From: Michael Tremer Date: Sat, 21 Jun 2025 09:54:09 +0000 (+0000) Subject: frontend: Bring back the footer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50271712f731addb1a0cdd2363afb5ead9ad424d;p=pbs.git frontend: Bring back the footer Signed-off-by: Michael Tremer --- diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 84d56491..a209e32e 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -4,6 +4,9 @@ // Authentication import { useAuth } from "@/composables/auth"; const auth = useAuth(); + + // Current Timestamp + const now = new Date(); diff --git a/frontend/src/assets/main.scss b/frontend/src/assets/main.scss index f73a1121..b7d4988f 100644 --- a/frontend/src/assets/main.scss +++ b/frontend/src/assets/main.scss @@ -16,6 +16,15 @@ $primary: #ff2e52; $primary : $primary, ); +html, body, #app { + min-height: 100vh; +} + +#app { + display: flex; + flex-direction: column; +} + /* Fonts