Skip to content

Commit e3bf5bb

Browse files
silverwindGiteaBot
authored andcommitted
Fix rounded border for segment followed by pagination (go-gitea#30809)
Fixes go-gitea#30673, specifically go-gitea#30673 (comment).
1 parent e1a79ae commit e3bf5bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/css/modules/segment.css

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
}
153153

154154
.ui.attached.segment:has(+ .ui[class*="top attached"].header),
155+
.ui.attached.segment:has(+ .page.buttons),
155156
.ui.attached.segment:last-child,
156157
.ui.segment:has(+ .ui.segment:not(.attached)),
157158
.ui.attached.segment:has(+ .ui.modal) {

0 commit comments

Comments
 (0)