You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In inline PR comments (unsure if this is also found elsewhere), the user avatars will stretch to the full screen when the CSS snaps to "small" screen layout.
- Fix placement of avatar image, this was not placed in the
`comment-header-left` and add CSS to cover the limiting of width+height of avatar for
code-review comment on "Files changed" page. This fixes the big
noticeable avatar issue.
- Apply `margin-bottom` to the "next" button, so it's consistent with
the "previous" button.
- Make sure the "next"/"previous" start at `flex-start` on mobile and
not off-screen at `flex-end`.
- Add `flex: 1` to the text, so the browser will nicely wrap the "XXX
commented XXX ago" text besides the avatar and make the header a bit
more compact, still not ideal.
- Resolvesgo-gitea#20074
Description
In inline PR comments (unsure if this is also found elsewhere), the user avatars will stretch to the full screen when the CSS snaps to "small" screen layout.
See: https://try.gitea.io/kdumontnu/test/pulls/2/files
Gitea Version
1.18.0+dev-17-gf6db650e9
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
try.gitea
Also occurs on 1.16.8
Database
No response
The text was updated successfully, but these errors were encountered: