mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Tab Bar - Height setting #56
This commit is contained in:
parent
aea37457b5
commit
2dc718a9e0
1 changed files with 6 additions and 16 deletions
|
|
@ -97,19 +97,15 @@
|
|||
}
|
||||
|
||||
/** Tab Bar - Reduce Height, Show more contents *****************************/
|
||||
:root:not([uidensity=touch]) #TabsToolbar {
|
||||
--toolbarbutton-inner-padding: 9px; /* Original: calc((var(--tab-min-height) - 16px) / 2) = 10px */
|
||||
}
|
||||
|
||||
/* Toolbar Height */
|
||||
#TabsToolbar * {
|
||||
max-height: 34px !important;
|
||||
#TabsToolbar {
|
||||
--tab-min-height: 33px !important;
|
||||
}
|
||||
:root[uidensity=compact] #TabsToolbar * {
|
||||
max-height: 30px !important;
|
||||
:root[uidensity=compact] #TabsToolbar {
|
||||
--tab-min-height: 29px !important;
|
||||
}
|
||||
:root[uidensity=touch] #TabsToolbar * {
|
||||
max-height: 42px !important;
|
||||
:root[uidensity=touch] #TabsToolbar {
|
||||
--tab-min-height: 41px !important;
|
||||
}
|
||||
|
||||
/* Top Margin */
|
||||
|
|
@ -117,12 +113,6 @@
|
|||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/* New Tab Icon - Size Fix */
|
||||
:root:not([uidensity=rootuidensitytouch]) #tabs-newtab-button > .toolbarbutton-icon {
|
||||
padding-top: 8px !important;
|
||||
padding-bottom: 8px !important;
|
||||
}
|
||||
|
||||
/* Scroll Button - Size Fix */
|
||||
#tabbrowser-arrowscrollbox {
|
||||
--scrollbtn-vertical-padding: 3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue