touch ui compatibility
This commit is contained in:
16
octoprint_fanspeedslider/static/css/style.css
Normal file
16
octoprint_fanspeedslider/static/css/style.css
Normal file
@ -0,0 +1,16 @@
|
||||
#touch body #control #control-fan-slider {
|
||||
padding: 30px 0 15px 15px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#touch body #control #control-fan-slider button, #touch body #control #control-fan-slider input {
|
||||
padding: 10px 20px;
|
||||
margin: 0 0 20px;
|
||||
width: 100%;
|
||||
min-height: 40px;
|
||||
height: auto;
|
||||
-ms-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
Reference in New Issue
Block a user