From 0d22003716afb734f17fc2f6564c4352f06a59a6 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 8 Jun 2026 09:29:39 +0000 Subject: [PATCH] Fix logo overlap on mobile, fix cookie banner persistence --- app/static/style.css | 7 ++++++- app/templates/login.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 2512494..dc69b44 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1214,7 +1214,12 @@ button { } .login-left { flex: none; - padding: 2.5rem 1.5rem 2rem; + padding: 4.5rem 1.5rem 2rem; + } + .login-corner-logo { + top: 12px; + left: 12px; + height: 28px; } .login-left-title { font-size: 1.5rem; diff --git a/app/templates/login.html b/app/templates/login.html index aaee64a..723bac5 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -498,7 +498,7 @@ -