From e277068bf2696b1d86d17df902fbac61dbace3df Mon Sep 17 00:00:00 2001 From: henk717 Date: Thu, 13 Jan 2022 23:10:53 +0100 Subject: [PATCH] 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. --- static/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/custom.css b/static/custom.css index e35fed2a..45eed03f 100644 --- a/static/custom.css +++ b/static/custom.css @@ -192,6 +192,7 @@ body.connected #formatmenu, #formatmenu.always-available { overflow:auto; background-color: #404040; color: #ffffff; + resize: vertical; } #btnmode {