From 8f544f224b135af453d10b8d580bdc3113ca36e0 Mon Sep 17 00:00:00 2001 From: Simon Giesel Date: Fri, 7 Jul 2023 20:31:58 +0200 Subject: [PATCH] fix(webapp): footer --- webapp/src/App.vue | 14 ++++++++++---- .../molecules/MoleculeNavigationDrawer.vue | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 8e87058..d3d4d8a 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -3,11 +3,17 @@ :drawer-id="drawerId" :navigation-entries="navigationEntries" > -
- - +
+ +
- + diff --git a/webapp/src/components/molecules/MoleculeNavigationDrawer.vue b/webapp/src/components/molecules/MoleculeNavigationDrawer.vue index 01e10a5..028f171 100644 --- a/webapp/src/components/molecules/MoleculeNavigationDrawer.vue +++ b/webapp/src/components/molecules/MoleculeNavigationDrawer.vue @@ -11,7 +11,7 @@ type="checkbox" class="drawer-toggle" /> -
+