feat(frontend): responsivness fixes

This commit is contained in:
Dimitrie Stefanescu
2022-01-11 12:24:11 +00:00
parent 304f6e77ae
commit 9ad3f64e08
+3 -1
View File
@@ -11,7 +11,9 @@
<div v-show="$route.meta.resizableNavbar" class="nav-resizer"></div>
<main-nav :expanded="drawer" @hide-drawer="drawer = false" />
<template #append>
<main-nav-bottom />
<div :style="`${$isMobile() ? 'padding-bottom: 58px' : ''}`" class="elevation-10">
<main-nav-bottom />
</div>
</template>
</v-navigation-drawer>