From 10433f13e0c8004007f6755601248427d313537d Mon Sep 17 00:00:00 2001 From: Haka <76921756+Hakorr@users.noreply.github.com> Date: Sat, 23 Jul 2022 17:49:54 +0300 Subject: [PATCH] Improve resizing --- usergui.js | 76 +++++++++++++++++++++--------------------------------- 1 file changed, 29 insertions(+), 47 deletions(-) diff --git a/usergui.js b/usergui.js index 87622d4..e68d626 100644 --- a/usergui.js +++ b/usergui.js @@ -48,6 +48,7 @@ class UserGui { body { background-color: #ffffff; overflow: hidden; + width: 100% !important; } form { @@ -100,6 +101,7 @@ class UserGui { bottom: 0; right: 0; } + .formbuilder-button { width: fit-content; } @@ -296,9 +298,6 @@ class UserGui {