mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-29 05:31:22 -08:00
Fix: Window Control - Remove animate at windows #460
This commit is contained in:
parent
8c1f8449e1
commit
09c812550c
2 changed files with 7 additions and 7 deletions
|
|
@ -4711,7 +4711,7 @@
|
|||
:root[sizemode="maximized"][tabsintitlebar] {
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox {
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox-background {
|
||||
margin-top: calc(-1 * var(--uc-titlebar-padding));
|
||||
}
|
||||
|
||||
|
|
@ -4867,7 +4867,7 @@
|
|||
:root[sizemode="maximized"][tabsintitlebar] {
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox {
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox-background {
|
||||
margin-top: calc(-1 * var(--uc-titlebar-padding));
|
||||
}
|
||||
|
||||
|
|
@ -5020,7 +5020,7 @@
|
|||
:root[sizemode="maximized"][tabsintitlebar] {
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox {
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox-background {
|
||||
margin-top: calc(-1 * var(--uc-titlebar-padding));
|
||||
}
|
||||
|
||||
|
|
@ -5176,7 +5176,7 @@
|
|||
:root[sizemode="maximized"][tabsintitlebar] {
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox {
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox-background {
|
||||
margin-top: calc(-1 * var(--uc-titlebar-padding));
|
||||
}
|
||||
|
||||
|
|
@ -5338,7 +5338,7 @@
|
|||
:root[sizemode="maximized"][tabsintitlebar] {
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox {
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox-background {
|
||||
margin-top: calc(-1 * var(--uc-titlebar-padding));
|
||||
}
|
||||
|
||||
|
|
@ -5491,7 +5491,7 @@
|
|||
:root[sizemode="maximized"][tabsintitlebar] {
|
||||
--uc-titlebar-padding: 8px;
|
||||
}
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox {
|
||||
:root[sizemode="maximized"][tabsintitlebar] #navigator-toolbox-background {
|
||||
margin-top: calc(-1 * var(--uc-titlebar-padding));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ See the above repository for updates as well as full license text. */
|
|||
:root[sizemode="maximized"][tabsintitlebar] {
|
||||
--uc-titlebar-padding: 8px;
|
||||
|
||||
#navigator-toolbox {
|
||||
#navigator-toolbox-background {
|
||||
margin-top: calc(-1 * var(--uc-titlebar-padding));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue