From b241fafce4b6365240dd9d401c90aa54935dfd3e Mon Sep 17 00:00:00 2001 From: headpatsyou Date: Sat, 24 Jan 2026 13:59:59 +0000 Subject: [PATCH] Fixed UI issue from previous accessability fixes. --- src/app/globals.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/globals.css b/src/app/globals.css index 3a74890..914ebbc 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -104,6 +104,8 @@ p { font-size: 1rem; line-height: 1.6; color: var(--foreground); } border-radius: 999px; cursor: pointer; transition: background 150ms ease; + white-space: nowrap; + font-size: 0.9rem; } .lang-switcher-btn:hover, .lang-switcher-btn:focus-visible { @@ -294,6 +296,15 @@ p { font-size: 1rem; line-height: 1.6; color: var(--foreground); } padding-right: 1rem; } +/* Header container - prevent flex wrapping */ +.app-header .container { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: nowrap; + gap: 1rem; +} + /* Hero */ .hero { padding: 3rem 0; @@ -539,6 +550,8 @@ p { font-size: 1rem; line-height: 1.6; color: var(--foreground); } border-radius: 999px; background: transparent; transition: background 150ms ease; + white-space: nowrap; + font-size: 0.9rem; } .lang-switcher a:hover, .lang-switcher a:focus-visible {