Skip to content

Commit 60775c3

Browse files
committed
Fix login page padding with absent overflow-menu
Fixes: go-gitea#29981
1 parent ef33dcf commit 60775c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,8 @@ img.ui.avatar,
670670

671671
.page-content.new:is(.repo,.migrate,.org),
672672
.page-content.profile:is(.user,.organization),
673-
.page-content.user:is(.settings,.notification) {
673+
.page-content.user:is(.settings,.notification),
674+
.page-content.user.signin:not(:has(> overflow-menu)) {
674675
padding-top: 15px;
675676
}
676677

0 commit comments

Comments
 (0)