diff --git a/public/index.html b/public/index.html index deb7cc6e9..b8bd16e8c 100644 --- a/public/index.html +++ b/public/index.html @@ -1092,53 +1092,8 @@

User Settings

-
-
-
-
-

Name

- - -
-
-
-

Your Avatar

-
-
+
-
- -
- -
-
-
-
-
-

Power User Options

- - - - -
-
-
+
+

UI Customization

@@ -1212,8 +1167,7 @@
- -
+

UI Colors

@@ -1247,6 +1201,52 @@
+
+
+

Power User Options

+ + + + +
+
+ +
+
+
+

Name

+ + +
+
+
+

Your Avatar

+
+
+
+
+ +
+ +
+
+
diff --git a/public/style.css b/public/style.css index a397f344f..fa800c9a8 100644 --- a/public/style.css +++ b/public/style.css @@ -1778,13 +1778,6 @@ input[type="range"]::-webkit-slider-thumb { /*Notes '?' links*/ - -.notes-link { - margin-left: 3px; - position: absolute; - -} - .note-link-span { color: var(--sienna); border: 1px solid var(--sienna); @@ -2924,6 +2917,11 @@ label[for="extensions_autoconnect"] { display: none; } +/*utility class intended to force drawer flex items to be 25% width of drawer*/ +.drawer25pWidth { + flex-basis: calc((var(--sheldWidth) / 4) - 16px); +} + .drawer-content { @@ -3323,10 +3321,20 @@ toolcool-color-picker { min-width: 33%; } + .drawer25pWidth { + flex-basis: max(calc(100% / 4 - 10px), 200px); + } + /*for debug purposes*/ /* div {border: 1px solid purple;} */ } +@media (max-width: 450px) { + .drawer25pWidth { + flex-basis: max(calc(100% / 2 - 10px), 200px); + } +} + /*bubble chat style*/