Bom dia!
Notei que na página /about no celular (iPhone 13 Pro, Google Chrome, mas isso não deve fazer diferença)
Isso pode ser intencional e não tem conserto, mas apenas deixando algo aqui
3 curtidas
Reproduzível no Android A14, Chrome.
Acredito que o motivo seja que se trata de uma imagem e ela não conseguirá quebrar a linha. Provavelmente não é intencional.
3 curtidas
Heliosurge
(Dan DeMontmorency)
Setembro 2, 2024, 1:42am
5
O novo banner sobre o ATM é mais configurado para Desktop.
Adicione isso ao seu CSS móvel em um TC personalizado.
.about__banner {
width: calc(120%);
max-width: 392px;
margin-left: -0.50em;
padding-bottom: 0.5em;
}
Tópico sobre a nova página sobre aqui
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 curtidas
Osama
Setembro 2, 2024, 11:13pm
6
Isso deve corrigir o 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>
Podemos adicionar suporte para o upload de uma imagem diferente com dimensões diferentes para dispositivos móveis, mas, por enquanto, o PR acima deve melhorar muito a situação em dispositivos móveis.
3 curtidas
Hmm… está quase corrigido, mas não totalmente.
Osama
Setembro 3, 2024, 10:05am
8
Hmmm, parece bom no meu celular (iPhone 15 Pro):
Qual é o seu dispositivo e navegador?
Sim, parece bom para mim no iPhone 13 Pro/Chrome
Osama
Setembro 5, 2024, 3:00pm
11
@NateDhaliwal o problema que você estava vendo agora deve estar corrigido:
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 curtidas
Legal! Eu estava me perguntando, o texto na imagem deve ser centralizado no celular?
1 curtida