feat: group gain + scale logo

This commit is contained in:
2026-07-23 14:12:11 +02:00
parent a77c0668aa
commit 4c146902e3
18 changed files with 440 additions and 256 deletions

View File

@ -1,12 +1,11 @@
/* ---------- Label ---------- */
.sidebar-label {
font-size: var(--sidebar-label-size);
opacity: 0;
max-width: 0;
overflow: hidden;
white-space: nowrap;
transition:
opacity var(--dur-fast) var(--ease-standard),
max-width var(--dur-base) var(--ease-standard);