🐞 fix(settings): fix UIcustomizer

fix settings tab height
This commit is contained in:
thelastWallE 2021-05-13 21:02:16 +02:00
parent d9647ecd44
commit 529e6e41e9
1 changed files with 8 additions and 0 deletions

View File

@ -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%;