-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Labels
issue/staletopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug
Milestone
Description
Gitea Version
1.16.0
Operating System
Windows 11
Browser Version
Google Chrome Version 97.0.4692.99 (Official Build) (64-bit)
Can you reproduce the bug on the Gitea demo site?
Yes
Description
Clicking on the status icon after the commit summary on a commit view page shows a squished box that is very difficult to use. This worked fine in 1.15.x and broke in 1.16.0
Broken: https://try.gitea.io/parnic-sks/commit-status-test/commit/5333d3d91b0fabe51286fa8bbe2d996901ca60e6
It works fine in other locations, however:
- https://try.gitea.io/parnic-sks/commit-status-test/src/branch/main
- https://try.gitea.io/parnic-sks/commit-status-test/commits/branch/main
Screenshots
Metadata
Metadata
Assignees
Labels
issue/staletopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug
Activity
zeripath commentedon Feb 1, 2022
From my testing it appears to be related to
.ui.attached.header .right(not:dropdown)
css selector setting the height to 30px;If we add a
height: auto
then this problem goes away.Ensure commit-statuses box is sized correctly in headers
Ensure commit-statuses box is sized correctly in headers (#18538)
Ensure commit-statuses box is sized correctly in headers (go-gitea#18538
Ensure commit-statuses box is sized correctly in headers (#18538) (#1…
parnic-sks commentedon Feb 7, 2022
@zeripath On 1.16.1, the box is the right size now, but the "Details" links on the right side are all stacked on top of one another:
This is visible in the try.gitea.io link in the description of this issue: https://try.gitea.io/parnic-sks/commit-status-test/commit/5333d3d91b0fabe51286fa8bbe2d996901ca60e6
wxiaoguang commentedon Feb 7, 2022
It's caused by the
postion: absolute
:zeripath commentedon Feb 7, 2022
OK
15 remaining items