🌈 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:
thelastWallE 2021-05-13 21:58:48 +02:00
parent 529e6e41e9
commit 17ce0f77c2
1 changed files with 2 additions and 1 deletions

View File

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