feat(web): new menu handling supports two view menus at once

This commit is contained in:
2023-02-03 22:51:35 +03:00
parent 371b091c10
commit 223e174568
6 changed files with 274 additions and 181 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ main {
}
.menu {
display: none;
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: #eee;
@@ -60,7 +60,7 @@ main {
overflow: hidden;
}
#menu-file-view {
#menu-file-view .menu {
margin: 0;
width: 100%;
max-width: 120vmin;