mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-11 17:20:45 +01:00
Allow input_box resizing
For when you need a larger input box you can now resize it. The whole UI could use an overhaul to make it dynamic. But I lack the experience to do this properly as I am not a web developer. Someone else with CSS knowledge feel free to make it so the UI allows for better resizing and automatically scales the gamescreen based on what is on display so it no longer pushes elements out of view.
This commit is contained in:
parent
49e2bcab1a
commit
e277068bf2
@ -192,6 +192,7 @@ body.connected #formatmenu, #formatmenu.always-available {
|
||||
overflow:auto;
|
||||
background-color: #404040;
|
||||
color: #ffffff;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#btnmode {
|
||||
|
Loading…
x
Reference in New Issue
Block a user