Clean: Tab Bar - comment

This commit is contained in:
alstjr7375 2021-06-26 23:46:39 +09:00
parent bad9321399
commit c55db0fa2d

View file

@ -149,6 +149,7 @@
}
/** Tab Bar - Reduce Height, Show more contents *****************************/
/* Toolbar Height */
:root:not([uidensity=touch]) #TabsToolbar {
--toolbarbutton-inner-padding: 9px; /* Original: calc((var(--tab-min-height) - 16px) / 2) = 10px */
}
@ -163,6 +164,7 @@
max-height: unset;
}
/* Scroll Button - Size Fix */
:root:not([uidensity=touch]) #tabbrowser-arrowscrollbox {
--scrollbtn-vertical-padding: 3px;
--scrollbtn-vertical-border: 2px;