Fix: Reduce height - Remove line appears under pinned tabs on touchmode #117

This commit is contained in:
alstjr7375 2021-07-06 14:10:55 +09:00
parent 9d5626754f
commit b2154b44fc

View file

@ -175,11 +175,11 @@
max-height: 36px;
}
:root[uidensity=touch] .toolbar-items, .tabbrowser-tab {
max-height: unset;
max-height: 45px;
}
/* Scroll Button - Size Fix */
:root:not([uidensity=touch]) #tabbrowser-arrowscrollbox {
:root #tabbrowser-arrowscrollbox {
--scrollbtn-vertical-padding: 3px;
--scrollbtn-vertical-border: 2px;
--scrollbtn-border-radius: 7px;