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
Some checks failed
Proyectos/simplenote-web/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user