From 38f8c6b99528533d3dae7fe4eb867e0f3fb89452 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 5 Jan 2026 17:57:26 -0800 Subject: [PATCH] Move language button to bottom left (#2796) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: Move the language button to the bottom left so it takes up less space. Screenshot 2026-01-05 at 5 54 23 PM ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: evan --- index.html | 8 +++----- src/client/LangSelector.ts | 28 +++++++++++++--------------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 2ab3f22a6..43fdcf5b3 100644 --- a/index.html +++ b/index.html @@ -311,9 +311,6 @@ block secondary > -
- -
@@ -322,12 +319,12 @@ id="settings-button" title="Settings" class="fixed bottom-4 right-4 z-50 rounded-full p-2 shadow-lg transition-colors duration-300 flex items-center justify-center" - style="width: 80px; height: 80px; background-color: #0075ff" + style="width: 60px; height: 60px; background-color: #0075ff" > Settings @@ -455,6 +452,7 @@ + diff --git a/src/client/LangSelector.ts b/src/client/LangSelector.ts index 782d82f77..d5a5b5770 100644 --- a/src/client/LangSelector.ts +++ b/src/client/LangSelector.ts @@ -264,21 +264,19 @@ export class LangSelector extends LitElement { }); return html` -
- -
+