Skip to content

Commit e5c6754

Browse files
committed
fix layout issue with preheat button plugin on chrome #6
1 parent 2dc8b5d commit e5c6754

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

octoprint_inlineconfirm/static/css/inlineconfirm.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#state_wrapper .row-fluid.print-control button {
2-
display: inline-block;
3-
}
4-
51
#state_wrapper .row-fluid.print-control button#job_cancel {
62
transition: width 0.5s;
73
position: absolute;
@@ -71,4 +67,11 @@ html.UICDefaultTheme #state_wrapper .row-fluid.print-control button#job_pause {
7167
body.UICResponsiveMode #state_wrapper .row-fluid.print-control button#job_pause {
7268
left: calc(0.34 * (100% - 30px) + 10px);
7369
}
70+
body.UICResponsiveMode #state_wrapper .row-fluid.print-control button {
71+
display: inline-block;
72+
}
73+
body.UICResponsiveMode .preheatPluginEnabled#state_wrapper .row-fluid.print-control button#job_pause, body.UICResponsiveMode .preheatPluginEnabled#state_wrapper .row-fluid.print-control button#job_cancel {
74+
margin-bottom: 10px;
75+
width: calc(0.48 * (100% - 30px) + 10px);
76+
}
7477
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
plugin_name = "OctoPrint-InlineConfirm"
1717

1818
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
19-
plugin_version = "1.1.3"
19+
plugin_version = "1.1.4"
2020

2121
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2222
# module

0 commit comments

Comments
 (0)