Skip to content

Commit

Permalink
Fix: Proton style - Reduce Tab min height
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 27, 2021
1 parent 2bd5856 commit 04f0cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userChrome.css
Expand Up @@ -764,10 +764,10 @@
}

:root:not([uidensity]) #TabsToolbar {
--tab-min-height: 38px !important;
--tab-min-height: 36px !important; /* 38px -> 36px */
}
:root[uidensity="compact"] #TabsToolbar {
--tab-min-height: 36px !important;
--tab-min-height: 29px !important; /* 36px -> 29px */
}

/* Scroll Button - Size Fix */
Expand Down

0 comments on commit 04f0cf9

Please sign in to comment.