🌈 style(settings): less height for settings_dialog_content
set remaining space for settings tab content to get rid of scrollbar
This commit is contained in:
parent
529e6e41e9
commit
17ce0f77c2
|
@ -113,8 +113,9 @@ ul#klipper-settings {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* UIcustomizer fix */
|
/* UIcustomizer fix */
|
||||||
|
|
||||||
body.UICResponsiveMode #settings_dialog_content {
|
body.UICResponsiveMode #settings_dialog_content {
|
||||||
height: calc(100% - 35px);
|
height: calc(100% - 40px);
|
||||||
margin-right: -18px;
|
margin-right: -18px;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
width: calc(100% - 15px);
|
width: calc(100% - 15px);
|
||||||
|
|
Loading…
Reference in New Issue