mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-07 17:54:27 -08:00
Fix: Reduce height - Remove line appears under pinned tabs on touchmode #117
This commit is contained in:
parent
9d5626754f
commit
b2154b44fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue