feat(performance): reduce transition animations

This commit is contained in:
sethburkart123
2024-09-18 09:07:25 +10:00
parent c9550d0d37
commit 90a4c8f048
-5
View File
@@ -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;