From 529e6e41e9f9861b01dc5ad78c45524511c4dd19 Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Thu, 13 May 2021 21:02:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(settings):=20fix=20UIcustomi?= =?UTF-8?q?zer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix settings tab height --- octoprint_klipper/static/css/klipper.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/octoprint_klipper/static/css/klipper.css b/octoprint_klipper/static/css/klipper.css index 9ed79cd..ddffef9 100644 --- a/octoprint_klipper/static/css/klipper.css +++ b/octoprint_klipper/static/css/klipper.css @@ -112,6 +112,14 @@ ul#klipper-settings { height: 100%; } +/* UIcustomizer fix */ +body.UICResponsiveMode #settings_dialog_content { + height: calc(100% - 35px); + margin-right: -18px; + margin-top: 50px; + width: calc(100% - 15px); +} + div#settings_plugin_klipper form { margin: 0px; height: 100%;