From 79cd6c2d550ec5aa9d309cb0e903c091700cfe94 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 4 Feb 2026 20:59:58 +0100 Subject: [PATCH] Align auth lang switch next to title --- wwwroot/css/forms-and-auth.css | 7 +++++++ wwwroot/css/layout.css | 4 +++- wwwroot/index.html | 13 ++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/wwwroot/css/forms-and-auth.css b/wwwroot/css/forms-and-auth.css index d025147..8a12ad4 100644 --- a/wwwroot/css/forms-and-auth.css +++ b/wwwroot/css/forms-and-auth.css @@ -15,3 +15,10 @@ height: auto; filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25)); } + +.auth-title-row { + display: flex; + align-items: center; + justify-content: space-between; + gap: 12px; +} diff --git a/wwwroot/css/layout.css b/wwwroot/css/layout.css index eed8457..3d4db96 100644 --- a/wwwroot/css/layout.css +++ b/wwwroot/css/layout.css @@ -36,10 +36,12 @@ background: #fffaf3; border-radius: 10px; padding: 6px 10px; - font-size: 16px; cursor: pointer; min-width: 44px; font-family: "Twemoji Country Flags", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", emoji, sans-serif; + font-size: 16px; + font-weight: 400; + font-style: normal; } .lang-menu { position: absolute; diff --git a/wwwroot/index.html b/wwwroot/index.html index 4e9c38f..f228b18 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -7,6 +7,7 @@ + @@ -17,15 +18,13 @@ -
+

Log in

-
-
@@ -79,8 +78,8 @@