mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
refactor(assets): streamline decrypt and toc event flow
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user