🐞 fix: remove flex on editor modal
-remove display:flex on editor modal - set padding on checkboxes with labels to 0 for settings dialog
This commit is contained in:
parent
c150a20a32
commit
d5363ab1c4
|
@ -257,8 +257,6 @@ div#settings_plugin_klipper div.tab-content div#conf.tab-pane div.control-group
|
|||
|
||||
div#klipper_editor {
|
||||
min-height: 300px;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
@media (max-width: 979px) {
|
||||
|
@ -278,7 +276,6 @@ div#klipper_editor .modal-body {
|
|||
min-height: 250px;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.klipper-btn-group {
|
||||
|
@ -346,8 +343,12 @@ div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content
|
|||
margin-top: 8px;
|
||||
}
|
||||
|
||||
div#settings_plugin_klipper div#basic label.checkbox {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
/*macros*/
|
||||
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#macros.tab-pane.active div div#item.control-group label.control-label {
|
||||
div#settings_plugin_klipper div#macros label.control-label {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue