mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add background to dashboard navbar, fix missing padding (#29940)
Two small CSS fixes: 1. Add background and reduced padding/avatar size to dashboard navbar. We use that background already in a number of "secondary navbars", so it fits. <img width="1344" alt="Screenshot 2024-03-20 at 18 18 21" src="https://github.com/go-gitea/gitea/assets/115237/ce5ebedc-e607-42c7-b7b4-b7a4c0ee68f2"> 2. Fix padding on top of user settings and subscriptions, regressed by https://github.com/go-gitea/gitea/pull/29922.
This commit is contained in:
@@ -78,7 +78,8 @@
|
||||
}
|
||||
|
||||
.dashboard .dashboard-navbar {
|
||||
padding: 4px 12px;
|
||||
padding: 1px 12px; /* match .overflow-menu-items in height */
|
||||
background: var(--color-header-wrapper);
|
||||
}
|
||||
|
||||
.dashboard .dashboard-navbar .org-visibility .label {
|
||||
|
Reference in New Issue
Block a user