From a7b137b3b7cf6ba9a934b14c8bb03e406a6f7ddb Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Thu, 26 Feb 2026 19:24:22 +0900 Subject: [PATCH] fix: place select controls below text (#3299) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description: Updated `setting-select` layout to a vertical flow: - Header - Description - Selector before スクリーンショット 2026-02-26 19 10 36 スクリーンショット 2026-02-26 19 14 18 after スクリーンショット 2026-02-26 19 10 01 スクリーンショット 2026-02-26 19 10 15 ## 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: aotumuri --- .../components/baseComponents/setting/SettingSelect.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/components/baseComponents/setting/SettingSelect.ts b/src/client/components/baseComponents/setting/SettingSelect.ts index c9e043dab..c36a8e1d7 100644 --- a/src/client/components/baseComponents/setting/SettingSelect.ts +++ b/src/client/components/baseComponents/setting/SettingSelect.ts @@ -37,9 +37,9 @@ export class SettingSelect extends LitElement { render() { return html`
-
+
-
+