use new transition curve for all callout transitions

This commit is contained in:
saberzero1 2025-08-25 15:45:22 +02:00
parent 4ff08de9ec
commit e282cbf551
No known key found for this signature in database

View File

@ -11,7 +11,7 @@
& > .callout-content { & > .callout-content {
display: grid; display: grid;
transition: grid-template-rows 0.3s ease; transition: grid-template-rows 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
overflow: hidden; overflow: hidden;
& > :first-child { & > :first-child {