enhance(ux): foldable section for the class page

This commit is contained in:
charlie
2024-11-29 12:30:47 +08:00
parent 4e1f7bbdbd
commit 914793a4ad
4 changed files with 55 additions and 43 deletions

View File

@@ -324,3 +324,9 @@ input[type='range'] {
@apply px-2;
}
}
.ls-foldable-header {
.as-toggle {
@apply opacity-60 cursor-pointer select-none active:opacity-50;
}
}