diff --git a/client/src/components/base/AppStack.vue b/client/src/components/base/AppStack.vue new file mode 100644 index 0000000..fcdc35d --- /dev/null +++ b/client/src/components/base/AppStack.vue @@ -0,0 +1,93 @@ + + + + + diff --git a/client/src/layouts/MobileLayout.vue b/client/src/layouts/MobileLayout.vue index b1b9c6c..3313eef 100644 --- a/client/src/layouts/MobileLayout.vue +++ b/client/src/layouts/MobileLayout.vue @@ -29,7 +29,7 @@ const route = useRoute() min-height: 100vh; } .content { - padding: 0 var(--padding-mobile) var(--tabbar-height-mobile); + padding: var(--padding-mobile) var(--padding-mobile) var(--tabbar-height-mobile); } .tabbar { position: fixed; diff --git a/client/src/views/mock/MockView.vue b/client/src/views/mock/MockView.vue index 06dd36b..51b6eda 100644 --- a/client/src/views/mock/MockView.vue +++ b/client/src/views/mock/MockView.vue @@ -17,6 +17,7 @@ import AppLoading from '../../components/feedback/AppLoading.vue' import AppError from '../../components/feedback/AppError.vue' import AppEmpty from '../../components/feedback/AppEmpty.vue' import StatCard from '../../components/dashboard/StatCard.vue' +import AppStack from '../../components/base/AppStack.vue' const router = useRouter() const { isMobile } = useResponsive() @@ -86,7 +87,7 @@ async function confirmRemove() { - +