feat: style improvements

This commit is contained in:
Aaron Iker
2026-01-19 19:16:10 +01:00
parent 0860300660
commit 413f808dc0
8 changed files with 43 additions and 24 deletions
+2 -2
View File
@@ -141,7 +141,7 @@
@keyframes selectContentShow {
from {
opacity: 0;
transform: scaleY(0.9);
transform: scaleY(0.95);
}
to {
opacity: 1;
@@ -156,6 +156,6 @@
}
to {
opacity: 0;
transform: scaleY(0.9);
transform: scaleY(0.95);
}
}