From c610982d87c2468f29b766e1c05693a0371abb35 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sun, 30 Apr 2023 23:15:11 +0900 Subject: [PATCH] WIP restyle for WI editor --- public/index.html | 260 ++++++++++++++++++++++++++++++++++------------ public/style.css | 13 ++- 2 files changed, 202 insertions(+), 71 deletions(-) diff --git a/public/index.html b/public/index.html index e5f1267da..da38f57f9 100644 --- a/public/index.html +++ b/public/index.html @@ -1780,86 +1780,208 @@ + +
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
- - -
-
- - -
-
- +
+
+
+
+ + +
+
+ + +
-
- +
+
+
+
+
+ + +
+
+
+ +
+ + +
+
+ + +
+ +
+
+ +
+
+ +
+
+
+ + + Insertion Order + + + + +
+ + +   +
-   -
- UID: -   - -
-
- Tokens used: -   - 0 -
-
+ +
diff --git a/public/style.css b/public/style.css index 816a64087..8f386c623 100644 --- a/public/style.css +++ b/public/style.css @@ -1709,7 +1709,7 @@ input[type=search]:focus::-webkit-search-cancel-button { } .world_entry_form_control label { - margin-left: 10px; + /* margin-left: 10px; */ } @@ -1732,7 +1732,7 @@ input[type=search]:focus::-webkit-search-cancel-button { .world_entry_form_control.world_entry_form_horizontal { flex-direction: row; align-items: center; - margin-top: 10px; + margin-top: 5px; } .world_entry_form_control input[type=button] { @@ -3459,6 +3459,15 @@ toolcool-color-picker { width: 100%; } +.wide50px { + width: 50px; +} + +.wi-enter-footer-text { + font-size: calc(var(--mainFontSize) * 0.8); + color: var(--SmartThemeBodyColor); +} + #openai_api-presets select { width: 100%; }