]> source.dussan.org Git - gitea.git/commitdiff
Fix rounded border for segment followed by pagination (#30809)
authorsilverwind <me@silverwind.io>
Thu, 2 May 2024 09:25:55 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 09:25:55 +0000 (09:25 +0000)
Fixes https://github.com/go-gitea/gitea/issues/30673, specifically
https://github.com/go-gitea/gitea/issues/30673#issuecomment-2085329812.

web_src/css/modules/segment.css

index cb307dc1a3752084b28b3deab56fe083f8dc670b..48dc5c4488a164dd51a5e0c1438ea99b386db53b 100644 (file)
 }
 
 .ui.attached.segment:has(+ .ui[class*="top attached"].header),
+.ui.attached.segment:has(+ .page.buttons),
 .ui.attached.segment:last-child,
 .ui.segment:has(+ .ui.segment:not(.attached)),
 .ui.attached.segment:has(+ .ui.modal) {