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

View File

@@ -11,7 +11,7 @@
& > .callout-content {
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;
& > :first-child {