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:
henk717 2022-01-13 23:10:53 +01:00
parent 49e2bcab1a
commit e277068bf2
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ body.connected #formatmenu, #formatmenu.always-available {
overflow:auto;
background-color: #404040;
color: #ffffff;
resize: vertical;
}
#btnmode {