From f2a8ad97c48553aa92800ddd109221030aa518eb Mon Sep 17 00:00:00 2001 From: Bunnntyyy <104865101+Buuuntyyy@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:12:58 +0200 Subject: [PATCH 1/2] fix: update Login.vue styles for improved layout and readability --- frontend/index.html | 1 + frontend/src/views/Login.vue | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 8c96c28..bb31426 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,6 +9,7 @@ Kagibi +
diff --git a/frontend/src/views/Login.vue b/frontend/src/views/Login.vue index ffcb5d2..98e3e25 100644 --- a/frontend/src/views/Login.vue +++ b/frontend/src/views/Login.vue @@ -233,15 +233,14 @@ onMounted(() => { } .auth-layout { - /* Use margin: auto within the flex/block container to center vertically safe */ margin: auto; - padding: 2rem 2rem; /* Give some breathing room when scrolling */ + padding: 2rem 2rem; display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: 80%; gap: 2rem; - align-items: center; + align-items: start; } /* Left Column: Branding */ @@ -309,6 +308,8 @@ onMounted(() => { font-size: 2.5rem; font-weight: 700; margin: 0; + padding-bottom: 0.1em; + line-height: 1.2; background: linear-gradient(to right, var(--primary-color), var(--accent-color)); -webkit-background-clip: text; background-clip: text; From ac03562d5f09f5572cbbd54f247dc1bc65f9ccad Mon Sep 17 00:00:00 2001 From: Bunnntyyy <104865101+Buuuntyyy@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:27:06 +0200 Subject: [PATCH 2/2] update: according to the introduction of umami, policies are updated --- frontend/src/views/PrivacyPolicy.vue | 9 ++++++--- frontend/src/views/TermsOfService.vue | 5 +++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/PrivacyPolicy.vue b/frontend/src/views/PrivacyPolicy.vue index 3ce11ce..ff7e3e1 100644 --- a/frontend/src/views/PrivacyPolicy.vue +++ b/frontend/src/views/PrivacyPolicy.vue @@ -5,7 +5,7 @@