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

Commit

Permalink
Fix #4 Prevent arrowscrollbox to use more height when visible
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycolin committed Jun 12, 2021
1 parent bb00287 commit a1178ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
min-height: 24px !important;
}

/* Tab: Ensure tab height doesn't augment when arrowscrollbox is visible */
#tabbrowser-arrowscrollbox {
--tab-min-height: 31px !important;
max-height: var(--tab-min-height);
}

/* URLBar: Fix vertical alignment */
#urlbar[breakout=true]:not([open="true"]) {
--urlbar-height: 20px !important;
Expand Down

0 comments on commit a1178ff

Please sign in to comment.