mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
format: run prettify
This commit is contained in:
@@ -36,5 +36,7 @@
|
||||
transform-origin: 70% 0;
|
||||
will-change: opacity, transform;
|
||||
transform: translateZ(0); // promotes GPU rendering
|
||||
transition: opacity 0.05s, transform 0.05s;
|
||||
}
|
||||
transition:
|
||||
opacity 0.05s,
|
||||
transform 0.05s;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.sub:has(ul>li.hasChildren.active) > .nav > .back {
|
||||
.sub:has(ul > li.hasChildren.active) > .nav > .back {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
|
||||
#menu > ul:has(li.hasChildren.active) > li.active {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ html:not(.dark) {
|
||||
--theme-primary: #ffffff;
|
||||
--theme-secondary: #e5e7eb;
|
||||
--text-primary: black;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ html.transparencyEffects:not(.dark) {
|
||||
--background-secondary: rgba(229, 231, 235, 0.6);
|
||||
}
|
||||
|
||||
|
||||
html.transparencyEffects {
|
||||
/* Background Fixes */
|
||||
[class*="notifications__item___"],
|
||||
@@ -37,11 +36,12 @@ html.transparencyEffects {
|
||||
[class*="LabelList__selected___"],
|
||||
.buttonChecklist,
|
||||
.pane,
|
||||
.legacy-root button, .legacy-root a,
|
||||
.legacy-root button,
|
||||
.legacy-root a,
|
||||
[class*="MessageList__MessageList___"] {
|
||||
backdrop-filter: blur(80px);
|
||||
}
|
||||
|
||||
|
||||
.report {
|
||||
backdrop-filter: blur(10px) !important;
|
||||
}
|
||||
@@ -71,4 +71,4 @@ html.transparencyEffects {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user