Left Column: Fix button animation (#6584)

This commit is contained in:
Alexander Zinchuk 2026-01-13 01:14:35 +01:00
parent 195fce1865
commit 8dd7ba69c0

View File

@ -78,5 +78,9 @@
margin: 0 auto;
white-space: nowrap;
&.opacity-transition {
transition: background-color 0.2s, color 0.2s, opacity 0.15s ease;
}
}
}