From 696ff99580be3bcd1da301ef907d8f91fd3603c8 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Mon, 17 Feb 2025 22:35:04 -0500 Subject: [PATCH] Fix app layout. (login scrolling) --- frontend/index.html | 2 +- frontend/src/App.vue | 10 +++++++--- frontend/src/views/LoginView.vue | 5 +++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 805ae6f..26805cf 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - + Hutopy diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 6ae0f04..98cf3e8 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -21,22 +21,26 @@ import SideBar from "@/views/main/SideBar.vue"; diff --git a/frontend/src/views/LoginView.vue b/frontend/src/views/LoginView.vue index 8e6243c..e1dcc49 100644 --- a/frontend/src/views/LoginView.vue +++ b/frontend/src/views/LoginView.vue @@ -23,8 +23,9 @@ async function googleCallback(token) {