¡Buenos días!
He notado que en la página /about en el móvil (iPhone 13 Pro, Google Chrome, pero esto no debería importar)
Esto puede ser intencional y no se puede arreglar, sin embargo, solo pongo algo aquí
3 Me gusta
Se puede reproducir en Android A14, Chrome.
Creo que la razón es que es una imagen y no se podrá ajustar. Probablemente no sea intencional.
3 Me gusta
Heliosurge
(Dan DeMontmorency)
2 Septiembre, 2024 01:42
5
El nuevo banner “Acerca de” ATM está más configurado para escritorio.
Agrega esto a tu CSS móvil en una TC personalizada.
.about__banner {
width: calc(120%);
max-width: 392px;
margin-left: -0.50em;
padding-bottom: 0.5em;
}
Tema sobre la nueva página “Acerca de” aquí
We’ve redesigned the /about page in Discourse. Learn more about configuration options in the documentation topic: Understanding and customizing the About page
You can see it right here by heading to /about . Here’s a screenshot:
[Screenshot 2024-10-29 at 9.46.18 AM]
Notable additions
Banner image at the top of the page
Extended description that supports HTML/markdown
2-columns layout to reduce the amount of white space on wide screens
Expandable/collapsible lists of admins and mode…
2 Me gusta
Osama
2 Septiembre, 2024 23:13
6
Esto debería solucionar el problema:
main ← ux/about-banner-adjustments
opened 11:06PM - 02 Sep 24 UTC
Before:
<img src="https://github.com/user-attachments/assets/5f57fd2f-4b43-4e… b4-b8b8-4ae2b41f1a1a" width=500>
<img src="https://github.com/user-attachments/assets/97c0e74e-d4a9-481e-9fa5-ae90c1e86576" width=300>
After:
<img src="https://github.com/user-attachments/assets/92a8f660-170b-480b-9338-daa9c8cef073" width=500>
<img src="https://github.com/user-attachments/assets/2241161a-c343-41a4-8bed-758de19ac0dd" width=300>
Es posible que agreguemos compatibilidad para cargar una imagen diferente con dimensiones diferentes para dispositivos móviles, pero por ahora, la PR anterior debería mejorar mucho la situación en dispositivos móviles.
3 Me gusta
Hmm… está casi arreglado, pero no del todo.
Osama
3 Septiembre, 2024 10:05
8
Hmmm, se ve bien en mi teléfono (iPhone 15 Pro):
¿Cuál es tu dispositivo y navegador?
Sí, se ve bien para mí en iPhone 13 Pro/Chrome
Osama
5 Septiembre, 2024 15:00
11
@NateDhaliwal el problema que estabas viendo ya debería estar solucionado:
committed 07:29AM - 05 Sep 24 UTC
Static pages such as /about, /faqs, /tos etc. currently overflow horizontally on… some Android devices (reproducible on Samsung Galaxy A11). It seems like the `width: 100%` property on `.body-page` is what causing the problem, and removing it doesn't seem to break anything on the various devices that I've tested (desktop, iOS, Android).
3 Me gusta
¡Genial! Me preguntaba si el texto de la imagen debería centrarse en el móvil.
1 me gusta