Skip to content

Commit

Permalink
feat(toolbox): Tweak bookmarks bar paddings
Browse files Browse the repository at this point in the history
Related #810
  • Loading branch information
rafaelmardojai committed Dec 2, 2024
1 parent b7ea9f9 commit 4e30764
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions theme/parts/toolbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ findbar:-moz-window-inactive description,
#toolbar-menubar:not([inactive=true]) {
margin-bottom: 0 !important;
}
#PersonalToolbar {
padding: 2px !important;
--bookmarks-toolbar-overlapping-browser-height: auto;
}

/* Overrides: Remove border below the menu bar / above the header bar */
#TabsToolbar:not([collapsed="true"]) + #nav-bar {
Expand Down Expand Up @@ -122,6 +118,11 @@ findbar:-moz-window-inactive description,
}

/* Bookmarks */
#PersonalToolbar {
padding: 6px !important;
padding-top: 0 !important;
--bookmarks-toolbar-overlapping-browser-height: auto;
}
#PlacesToolbar toolbarseparator {
border-top: 0 !important;
}
Expand All @@ -139,7 +140,7 @@ findbar:-moz-window-inactive description,
#PlacesToolbar .bookmark-item {
border-radius: 6px !important;
color: var(--gnome-window-color) !important;
padding: 2px 6px !important;
padding: 3px 6px !important;

&:hover {
background-color: var(--gnome-selected-color) !important;
Expand Down

0 comments on commit 4e30764

Please sign in to comment.