Skip to content

Commit

Permalink
Fix: Window Control - Remove animate at windows #460
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 3, 2022
1 parent 8c1f844 commit 09c8125
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down Expand Up @@ -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));
}

Expand Down Expand Up @@ -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));
}

Expand Down Expand Up @@ -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));
}

Expand Down Expand Up @@ -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));
}

Expand Down Expand Up @@ -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));
}

Expand Down
2 changes: 1 addition & 1 deletion src/tabbar/layout/_window_control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}
Expand Down

0 comments on commit 09c8125

Please sign in to comment.