mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 14:30:39 -08:00
Merge branch 'master' into photon-style
This commit is contained in:
commit
0f78a73b85
2 changed files with 6 additions and 4 deletions
|
|
@ -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] {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue