This commit is contained in:
vinceliuice 2024-07-18 20:59:58 +08:00
parent 718234ff18
commit d9078e6263
3 changed files with 12 additions and 14 deletions

View File

@ -119,9 +119,10 @@ findbar:-moz-window-inactive {
}
#PersonalToolbar {
padding: 0 3px 3px !important;
height: 32px !important;
max-height: 32px !important;
height: 28px !important;
max-height: 28px !important;
padding: 0 2px !important;
--bookmarks-toolbar-overlapping-browser-height: auto;
}
/* bookmark-item */

View File

@ -91,9 +91,10 @@ findbar:-moz-window-inactive,
}
#PersonalToolbar {
padding: 0 3px 3px !important;
height: 32px !important;
max-height: 32px !important;
height: 28px !important;
max-height: 28px !important;
padding: 0 2px !important;
--bookmarks-toolbar-overlapping-browser-height: auto;
}
/* Sidebar */

View File

@ -66,8 +66,10 @@ findbar:-moz-window-inactive label,
}
#PersonalToolbar {
padding: 2px 4px 0 4px !important;
height: 32px !important;
height: 28px !important;
max-height: 28px !important;
padding: 0 2px !important;
--bookmarks-toolbar-overlapping-browser-height: auto;
}
/* Overrides: Remove border below the menu bar / above the header bar */
@ -117,12 +119,6 @@ findbar:-moz-window-inactive label,
margin-top: 0 !important;
}
#PersonalToolbar {
padding: 0 3px 3px !important;
height: 32px !important;
max-height: 32px !important;
}
/* Sidebar */
#sidebar-box, #sidebar,
.sidebar-panel[lwt-sidebar] {