diff --git a/userChrome.css b/userChrome.css index 8b79932..9ee1c49 100644 --- a/userChrome.css +++ b/userChrome.css @@ -3446,11 +3446,11 @@ menupopup > menu { } /** Clipped tabs - Letters cleary *********************************************/ -:root { - --inline-tab-padding: 6px !important; /* Original: 8px */ +#tabbrowser-tabs[closebuttons="activetab"] { + --inline-tab-padding: 7px !important; /* Original: 8px */ } -:root[uidensity="touch"] { - --inline-tab-padding: 8px !important; /* Original: 8px */ +#tabbrowser-tabs[overflow="true"] { + --inline-tab-padding: 6px !important; /* Original: 8px */ } .tab-content[pinned] { diff --git a/userContent.css b/userContent.css index bde71e3..10ffaa3 100644 --- a/userContent.css +++ b/userContent.css @@ -95,10 +95,12 @@ video { /* Control Bar */ #controlsContainer .controlBar { transition: transform 350ms ease; + opacity: 1 !important; } #controlsContainer .controlBar[hidden] { transform: translateY(100%); transition: transform 350ms ease-in-out, opacity 1s ease 100ms !important; + opacity: 0 !important; } #controlsContainer .controlBar[hidden] .progressBar, #controlsContainer .controlBar[hidden] .bufferBar {