diff --git a/ui/suite/auth/login.html b/ui/suite/auth/login.html index 43a31d1..8e58932 100644 --- a/ui/suite/auth/login.html +++ b/ui/suite/auth/login.html @@ -75,6 +75,18 @@ box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3); } + .login-logo img { + width: 100%; + height: 100%; + object-fit: contain; + border-radius: 18px; + } + + .login-logo:has(img[src]) { + background: transparent; + box-shadow: none; + } + .login-title { font-size: 1.75rem; font-weight: 700; @@ -585,9 +597,12 @@
+
Sign in to your General Bots account