fix for UIcustomizer compatibility
bump version to 0.3.8rc7
This commit is contained in:
parent
f433251955
commit
6ed71174ac
|
@ -16,7 +16,6 @@ li#navbar_plugin_klipper {
|
|||
}
|
||||
|
||||
.plugin-klipper-sidebar a {
|
||||
color: #333;
|
||||
padding: 2px 2px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
|
@ -25,7 +24,6 @@ li#navbar_plugin_klipper {
|
|||
}
|
||||
|
||||
.plugin-klipper-sidebar a:hover, .plugin-klipper-sidebar a:active {
|
||||
background-color: #aaa;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -150,6 +148,20 @@ div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content
|
|||
padding-top: 2px;
|
||||
}
|
||||
|
||||
/*UIcustomizer fix for responsiveMode*/
|
||||
body.UICResponsiveMode #settings_dialog_content {
|
||||
width: 100%;
|
||||
width: calc(100% - 30px);
|
||||
height: 97%;
|
||||
height: calc(100% - 35px);
|
||||
margin-right: -18px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
body.UICResponsiveMode div#settings_plugin_klipper form.form-horizontal div.tab-content div.tab-pane div.control-group.row-fluid.UICRemoveFluidRow {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
div#settings_plugin_klipper.tab-pane.active form.form-horizontal div.tab-content div#conf.tab-pane.active div.control-group div.conf-editor div#plugin-klipper-config {
|
||||
position: relative;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in New Issue