Merge branch 'fix/UIcustomizer' into donate

This commit is contained in:
thelastWallE 2021-05-14 15:10:19 +02:00
commit 36d6135816
1 changed files with 9 additions and 0 deletions

View File

@ -112,6 +112,15 @@ ul#klipper-settings {
height: 100%;
}
/* UIcustomizer fix */
body.UICResponsiveMode #settings_dialog_content {
height: calc(100% - 40px);
margin-right: -18px;
margin-top: 50px;
width: calc(100% - 15px);
}
div#settings_plugin_klipper form {
margin: 0px;
height: 100%;