diff --git a/public/index.html b/public/index.html index 1ccd3bb96..bad942b81 100644 --- a/public/index.html +++ b/public/index.html @@ -112,9 +112,13 @@

OpenAI Presets

- +
+ + + +

OpenAI Model

@@ -125,10 +129,6 @@
-
- - -

Text Gen WebUI (ooba) presets

diff --git a/public/style.css b/public/style.css index 951d90c18..fe2d6c958 100644 --- a/public/style.css +++ b/public/style.css @@ -3402,17 +3402,6 @@ toolcool-color-picker { width: 100%; } -#openai_api-presets { - display: flex; - flex-direction: row; - column-gap: 10px; - flex-wrap: wrap; -} - -#openai_api-presets>div { - flex: 1; -} - #openai_api-presets select { width: 100%; } @@ -3460,7 +3449,8 @@ toolcool-color-picker { flex: 1; } -.openai_logit_bias_preset_form .menu_button { +.openai_logit_bias_preset_form .menu_button, +.openai_preset_buttons .menu_button { padding: 7px; } @@ -3488,12 +3478,19 @@ toolcool-color-picker { height: 20px; } +#openai_api-presets { + flex-direction: column; +} + .openai_preset_buttons { display: flex; - justify-content: space-evenly; flex-direction: row; - flex-wrap: wrap; - flex-basis: 100% !important; + align-items: baseline; + gap: 5px; +} + +.openai_preset_buttons select { + flex-grow: 1; } .reverse_proxy_warning,