Buongiorno!
Ho notato che sulla pagina /about su mobile (iPhone 13 Pro, Google Chrome, ma non dovrebbe fare differenza)
Potrebbe essere voluto e non risolvibile, tuttavia, ho voluto segnalare qualcosa
3 Mi Piace
Riproducibile su Android A14, Chrome.
Penso che il motivo sia che si tratta di un’immagine e non sarà in grado di andare a capo. Probabilmente non è intenzionale.
3 Mi Piace
Heliosurge
(Dan DeMontmorency)
2 Settembre 2024, 1:42am
5
Il nuovo banner “Informazioni” ATM è più configurato per Desktop.
Aggiungi questo al tuo CSS mobile in un TC personalizzato.
.about__banner {
width: calc(120%);
max-width: 392px;
margin-left: -0.50em;
padding-bottom: 0.5em;
}
Argomento sulla nuova pagina “Informazioni” qui
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 Mi Piace
Osama
2 Settembre 2024, 11:13pm
6
Questo dovrebbe risolvere il 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>
Potremmo aggiungere il supporto per il caricamento di un’immagine diversa con dimensioni diverse per i dispositivi mobili, ma per ora la PR qui sopra dovrebbe migliorare molto la situazione sui dispositivi mobili.
3 Mi Piace
Hmm… è quasi risolto, ma non del tutto.
Osama
3 Settembre 2024, 10:05am
8
Sembra a posto sul mio telefono (iPhone 15 Pro):
Qual è il tuo dispositivo e browser?
Sì, sembra buono per me su iPhone 13 Pro/Chrome
Osama
5 Settembre 2024, 3:00pm
11
@NateDhaliwal il problema che stavi riscontrando dovrebbe essere ora risolto:
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 Mi Piace
Bello! Mi stavo chiedendo, il testo nell’immagine dovrebbe essere centrato su mobile?
1 Mi Piace