새로운 /about 배너가 모바일에서 잘림

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 :slight_smile:

3개의 좋아요

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.

3개의 좋아요

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

2개의 좋아요

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.

3개의 좋아요

Hmm… it is mostly fixed, but not fully.

Hmmm it looks ok on my phone (iPhone 15 Pro):

What is your device and browser?

Yeah, looks good for me on iPhone 13 Pro/Chrome

Android A14, Chrome.

1개의 좋아요

@NateDhaliwal the issue you were seeing should now be fixed:

https://github.com/discourse/discourse/commit/c76ff5c994e0d5af04c13cf91fb267f312dce208

3개의 좋아요

Nice! I was wondering, should the text in the image be centered if on mobile?

1개의 좋아요