refactor(assets): streamline decrypt and toc event flow

This commit is contained in:
Cell
2026-07-07 14:52:35 +08:00
parent e58bdd4db5
commit 43c439eee0
20 changed files with 189 additions and 201 deletions
@@ -151,7 +151,6 @@
text-indent: -0.8em;
list-style: none;
overflow-y: auto;
overscroll-behavior: contain;
max-height: 60vh;
@include scrollbar-width(none, 0);
+1 -2
View File
@@ -22,7 +22,7 @@
gap: 0.25em;
padding: 0.2em 0.5em;
user-select: none;
> i.fa-layer-group {
flex-shrink: 0;
}
@@ -52,7 +52,6 @@
text-indent: -0.8em;
list-style: none;
overflow-y: auto;
overscroll-behavior: contain;
max-height: 60vh;
@include scrollbar-width(none, 0);
-1
View File
@@ -125,7 +125,6 @@
.toc-content {
overflow-y: auto;
overscroll-behavior: contain;
max-height: fi-var(toc-content-max-height, 90dvh);
@include scrollbar-width(none, 0);