fix: make hamburger always visible and use window prefix for onclick handlers
Some checks failed
Proyectos/simplenote-web/pipeline/head There was a failure building this commit

This commit is contained in:
Hiro
2026-03-28 14:27:05 +00:00
parent 4d7dfb8984
commit 5c54f30b57
2 changed files with 5 additions and 5 deletions

View File

@@ -1240,7 +1240,7 @@ ul, ol {
}
/* === Mobile Navigation Drawer === */
.mobile-nav-btn {
.mobile-nav-btn { display: flex; margin-right: 8px; } .mobile-nav-btnOLD {
display: none;
width: 44px;
height: 44px;
@@ -1317,7 +1317,7 @@ ul, ol {
display: flex;
}
.mobile-nav-btn {
.mobile-nav-btn { display: flex; margin-right: 8px; } .mobile-nav-btnOLD {
display: flex;
}