Skip to content

Commit

Permalink
Responsive: Menu Drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
ltouroumov committed Sep 10, 2024
1 parent 5ede9b6 commit 0f80e5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/viewer/modal/MenuModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ const selected = ref<string>('project');
width: auto;
}
@media screen and (max-width: 768px) {
.menu-modal {
width: 100%;
max-width: 100%;
}
}
.pack-import-export {
display: grid;
gap: 0.5rem;
Expand Down

0 comments on commit 0f80e5c

Please sign in to comment.