From f8ca73265bd6043e428081a5abd2eff96d3e975e Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:13:54 +0900 Subject: [PATCH] userSettings expandables get borders --- public/index.html | 11 ++++++----- public/style.css | 11 ++++++++++- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index d6718adbc..13295a005 100644 --- a/public/index.html +++ b/public/index.html @@ -3582,7 +3582,7 @@
-
+
Theme Colors
@@ -3631,7 +3631,7 @@
- +
@@ -3759,9 +3759,10 @@
-->
- +
-

Theme Toggles

+ +
-
+
Auto-swipe
diff --git a/public/style.css b/public/style.css index b7b4274f9..4e5385e3b 100644 --- a/public/style.css +++ b/public/style.css @@ -3165,6 +3165,15 @@ body.big-avatars .missing-avatar { text-align: center; } + +.userSettingsInnerExpandable { + border: 1px solid; + border-color: var(--SmartThemeBorderColor); + border-radius: 5px; + padding: 2px 5px !important; + margin: 5px 0; +} + @keyframes ellipsis { 0% { content: "" @@ -4021,4 +4030,4 @@ body:not(.movingUI) .drawer-content.maximized { height: 100vh; z-index: 9999; } -} +} \ No newline at end of file