Styling changes, avoid glitches even on very small screens.

This commit is contained in:
2025-09-25 19:19:40 +00:00
parent 74de1481c0
commit bba53f8562
9 changed files with 46 additions and 64 deletions
+2 -2
View File
@@ -272,13 +272,13 @@ onBeforeUnmount(() => {
.header-controls-leave-to {
opacity: 0;
max-height: 0;
transform: translateY(-20px);
transform: translateY(-1rem);
}
.header-controls-enter-to,
.header-controls-leave-from {
opacity: 1;
max-height: 100px;
max-height: 4rem;
transform: translateY(0);
}