From dff17ad56a975c4c69dca880c2cbe72e1b98ee77 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 8 Jun 2026 09:33:20 +0000 Subject: [PATCH] Move logo inside left panel to fix overlap at any screen size --- app/static/style.css | 13 +++---------- app/templates/login.html | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index dc69b44..f6f5617 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -918,12 +918,10 @@ button { } .login-corner-logo { - position: fixed; - top: 16px; - left: 20px; - z-index: 100; + display: block; height: 36px; width: auto; + margin-bottom: 1.5rem; filter: brightness(0) invert(1); opacity: 0.85; } @@ -1214,12 +1212,7 @@ button { } .login-left { flex: none; - padding: 4.5rem 1.5rem 2rem; - } - .login-corner-logo { - top: 12px; - left: 12px; - height: 28px; + padding: 2.5rem 1.5rem 2rem; } .login-left-title { font-size: 1.5rem; diff --git a/app/templates/login.html b/app/templates/login.html index 723bac5..b1ad1df 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -55,12 +55,12 @@ -