Make bottom menu collapsible

This commit is contained in:
2023-11-15 16:40:55 +01:00
parent 6e30ce896f
commit c2372dbcb3
3 changed files with 82 additions and 54 deletions

View File

@@ -210,8 +210,6 @@ const loading_evt = e => {
.headerbar > * {
flex-grow: 0;
flex-shrink: 0;
margin-left: 4px;
margin-right: 4px;
display: inline;
align-self: center;
}
@@ -222,7 +220,7 @@ const loading_evt = e => {
flex-direction: row;
overflow: hidden;
}
@media (orientation: portrait) {
@media (max-width: 700px) {
.viewer_area {
flex-direction: column-reverse;
}