feat: group gain + scale logo
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user