From d7b28767112f9e15b2416aa2f28c19081e856bdf Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 25 Mar 2020 17:37:52 +0100 Subject: [PATCH] Fix UI for brush settings in whiteboard --- www/whiteboard/app-whiteboard.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/whiteboard/app-whiteboard.less b/www/whiteboard/app-whiteboard.less index a4237cbdf..210da403b 100644 --- a/www/whiteboard/app-whiteboard.less +++ b/www/whiteboard/app-whiteboard.less @@ -130,14 +130,18 @@ label { margin-bottom: 0; margin-right: 5px; + flex: 1; } input[type="range"] { background-color: inherit; margin-right: 5px; + width: 150px; + padding: 0; } & > span { + width: 50px; cursor: default; } }