mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat(performance): reduce transition animations
This commit is contained in:
@@ -26,10 +26,6 @@ html {
|
|||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
--theme-fg-parts: white;
|
--theme-fg-parts: white;
|
||||||
|
|
||||||
transition:
|
|
||||||
background-color 200ms ease-in-out,
|
|
||||||
backdrop-filter 200ms ease-in-out;
|
|
||||||
}
|
}
|
||||||
.extension-editor {
|
.extension-editor {
|
||||||
background: var(--background-primary);
|
background: var(--background-primary);
|
||||||
@@ -331,7 +327,6 @@ ul.magicDelete > li.deleting {
|
|||||||
#menu {
|
#menu {
|
||||||
width: 270px;
|
width: 270px;
|
||||||
z-index: 19;
|
z-index: 19;
|
||||||
transition-duration: 0.4s;
|
|
||||||
background: var(--better-main) !important;
|
background: var(--better-main) !important;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user