Skip to content

Commit

Permalink
Gcode canvas fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LazeMSS committed Dec 17, 2020
1 parent fdc76cb commit ba49ed6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions octoprint_uicustomizer/static/css/uicustomizer.css
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,13 @@ body.UICResponsiveMode #gcode_canvas{
position: relative;
width: 100% !important;
height: 100% !important;
float: left;
right: -1px;
}

#canvas_container{
text-align: center;
}


#gcode div.UICToolTipLeft{
left: -120px !important;
}
Expand Down

0 comments on commit ba49ed6

Please sign in to comment.