From 16cb138eebcbe9cce35342234e45ca68bd1d8a31 Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Sun, 12 Jul 2026 03:57:18 +0200 Subject: [PATCH] Remove film birds; fix language pill highlight Strip every bird from the demo mockups: both hero video tabs and both step-3 player scenes lose the background flock (.film-birds) and the foreground flapping bird (.film-hero-bird), plus all related CSS in styles/demo.css and the dead style.legacy.css. Language selector: the carries it, so the button (and its + focus/hover highlight in appearance:base-select) fills the whole pill + instead of only the inner ~110px. */ + padding: 0; + overflow: hidden; transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); color: var(--text-muted); } @@ -69,11 +73,13 @@ html:not(.lang-de) [lang="de"] { font-weight: 600; color: currentColor; cursor: pointer; - padding: 0 28px 0 0; + /* Padding moved here from the container so the control fills the pill. */ + padding: 6px 32px 6px 14px; margin: 0; width: auto; min-width: 110px; overflow: hidden; + border-radius: inherit; } @supports (appearance: base-select) { diff --git a/website/styles/legal.css b/website/styles/legal.css index 9e36e8d..26a78ce 100644 --- a/website/styles/legal.css +++ b/website/styles/legal.css @@ -120,7 +120,7 @@ margin: 0; } .lang-select-container { - padding: 4px 10px; + padding: 0; gap: 4px; } .lang-select-container .globe-icon { @@ -129,7 +129,9 @@ } .lang-dropdown { font-size: 0.7rem; - padding: 0 6px 0 0; + /* Padding on the control (not the container) so the highlight fills + the whole pill — matches the desktop rule in landing-controls.css. */ + padding: 4px 24px 4px 10px; } .lang-select-container .chevron-icon { width: 10px; diff --git a/website/template.html b/website/template.html index f218f37..d39448d 100644 --- a/website/template.html +++ b/website/template.html @@ -451,11 +451,6 @@ - - - - - @@ -481,15 +476,6 @@ - - -