2025-04-24 13:11:28 +08:00

7 lines
124 B
Plaintext

.expand-collapse-container {
overflow: hidden;
transition:
height 0.15s ease-in-out,
width 0.15s ease-in-out;
}