mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-04-27 15:51:06 -07:00
Fix: Tab Bar - Height setting #56
This commit is contained in:
parent
6d53d8bf45
commit
9ff562ec42
1 changed files with 6 additions and 23 deletions
|
|
@ -97,26 +97,15 @@
|
|||
}
|
||||
|
||||
/** Tab Bar - Reduce Height, Show more contents *****************************/
|
||||
#TabsToolbar {
|
||||
--toolbarbutton-inner-padding: 8px; /* Original: calc((var(--tab-min-height) - 16px) / 2) = 10px */
|
||||
}
|
||||
|
||||
/* Toolbar Height */
|
||||
#TabsToolbar
|
||||
.toolbar-items, .tabbrowser-tab,
|
||||
.titlebar-buttonbox-container {
|
||||
max-height: 34px !important;
|
||||
#TabsToolbar {
|
||||
--tab-min-height: 33px !important;
|
||||
}
|
||||
|
||||
:root[uidensity=compact] #TabsToolbar,
|
||||
:root[uidensity=compact] .toolbar-items, .tabbrowser-tab
|
||||
:root[uidensity=compact] .titlebar-buttonbox-container {
|
||||
max-height: 30px !important;
|
||||
:root[uidensity=compact] #TabsToolbar {
|
||||
--tab-min-height: 29px !important;
|
||||
}
|
||||
:root[uidensity=touch] #TabsToolbar,
|
||||
:root[uidensity=touch] .toolbar-items, .tabbrowser-tab
|
||||
:root[uidensity=touch] .titlebar-buttonbox-container {
|
||||
max-height: unset !important;
|
||||
:root[uidensity=touch] #TabsToolbar {
|
||||
--tab-min-height: 41px !important;
|
||||
}
|
||||
|
||||
/* Top Margin */
|
||||
|
|
@ -124,12 +113,6 @@
|
|||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/* New Tab Icon - Size Fix */
|
||||
:root:not([uidensity=touch]) #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