Skip to content

Commit

Permalink
fixes: #64
Browse files Browse the repository at this point in the history
  • Loading branch information
edelvarden committed Aug 17, 2024
1 parent b7ba103 commit f410bb7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/user-chrome/urlbar/_bookmarks-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
max-height: 28px !important;

margin-top: 0 !important;
margin-bottom: 4px !important;
margin-bottom: 0 !important;

align-items: center !important;
}
Expand All @@ -30,13 +30,11 @@
}

// centered bookmark item content
#PlacesToolbar {
margin-bottom: 2px !important;
}

#PlacesToolbar,
#PlacesToolbarItems {
align-items: center !important;
height: 34px !important;
margin-bottom: 2px !important;
}

#PlacesToolbarItems > .bookmark-item {
Expand Down

0 comments on commit f410bb7

Please sign in to comment.