Good morning!
I have noticed on the /about page on mobile (iPhone 13 Pro, Google Chrome, but this shouldn’t make a difference)
This may be by design and is unfixable, however, just putting something here ![]()
Good morning!
I have noticed on the /about page on mobile (iPhone 13 Pro, Google Chrome, but this shouldn’t make a difference)
This may be by design and is unfixable, however, just putting something here ![]()
Can reproduce on Android A14, Chrome.
I think the reason is that that is an image, and won’t be able to wrap. Likely not intended.
The new about banner ATM is more configured for Desktop.
Add this to your mobile CSS in a custom TC.
.about__banner {
width: calc(120%);
max-width: 392px;
margin-left: -0.50em;
padding-bottom: 0.5em;
}
Topic on new about page here
This should fix the problem:
https://github.com/discourse/discourse/pull/28692
We may add support for uploading a different image with different dimensions for mobile, but for now the PR above should improve the situation a lot on mobile.
Android A14, Chrome.
@NateDhaliwal the issue you were seeing should now be fixed:
https://github.com/discourse/discourse/commit/c76ff5c994e0d5af04c13cf91fb267f312dce208
Nice! I was wondering, should the text in the image be centered if on mobile?