File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
octoprint_inlineconfirm/static/css Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1616plugin_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
You can’t perform that action at this time.
0 commit comments