Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Fix #3 urlbar text vertical alignement when expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycolin committed Jun 12, 2021
1 parent 843e396 commit bb00287
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
--urlbar-toolbar-height: 24px !important;
}

/* URLBar: Fix URL address vertical aligment when megabar is open */
#urlbar[breakout=true][open="true"] {
--urlbar-toolbar-height: 30px !important;
}

/* Toolbar: Reduce spacing */
#urlbar-container {
--urlbar-container-height: 30px !important;
Expand Down

0 comments on commit bb00287

Please sign in to comment.