Skip to content

Instantly share code, notes, and snippets.

@scmanjarrez
Created October 1, 2022 22:51
Show Gist options
  • Save scmanjarrez/649f9073e3596010456449e69686796d to your computer and use it in GitHub Desktop.
Save scmanjarrez/649f9073e3596010456449e69686796d to your computer and use it in GitHub Desktop.
fix button sizes octoprint extra distance button plugin
distance-selector {
width: 176px;
}
#jog_distance1, #jog_distance2, #jog_distance3 {
width: 176px;
padding-left: 0px;
padding-bottom: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
button[id^="control-distance"] {
width: 44px;
padding-left: 0px;
padding-right: 0px;
}
#control-jog-z {
margin-left: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment