refactor: enhance menu toggle structure and animations across multiple HTML files for improved user experience

This commit is contained in:
George Birikorang 2025-09-02 07:40:15 -04:00
parent e562661939
commit 9f0d845eef
8 changed files with 360 additions and 535 deletions

View file

@ -1022,6 +1022,10 @@ video {
height: 100svh;
}
.h-7 {
height: 1.75rem;
}
.max-h-\[90vh\] {
max-height: 90vh;
}
@ -1138,6 +1142,10 @@ video {
width: 1rem;
}
.w-7 {
width: 1.75rem;
}
.min-w-0 {
min-width: 0px;
}