From 54c37e945bc3df0b39f6ced8d38361323cad0508 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:16:24 +0900 Subject: [PATCH] fix themes application, refactor user settings --- public/css/st-tailwind.css | 4 + public/index.html | 548 +++++++++--------- .../scripts/extensions/settingsearch/index.js | 4 +- public/scripts/power-user.js | 117 ++-- public/style.css | 9 +- 5 files changed, 364 insertions(+), 318 deletions(-) diff --git a/public/css/st-tailwind.css b/public/css/st-tailwind.css index fe6258bd6..5d51dcb70 100644 --- a/public/css/st-tailwind.css +++ b/public/css/st-tailwind.css @@ -262,6 +262,10 @@ flex-flow: column; } +.flexFlowRow { + flex-flow: row; +} + .wideMinContent { width: min-content; } diff --git a/public/index.html b/public/index.html index ac49649d3..47f7af1a4 100644 --- a/public/index.html +++ b/public/index.html @@ -2687,24 +2687,66 @@