🐞 fix(settings): fix UIcustomizer
fix settings tab height
This commit is contained in:
parent
d9647ecd44
commit
529e6e41e9
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue