Skip to content

Instantly share code, notes, and snippets.

@CodeBrauer
Created April 6, 2020 14:32
Show Gist options
  • Save CodeBrauer/b95da1bb5e527e306523534a981b2f65 to your computer and use it in GitHub Desktop.
Save CodeBrauer/b95da1bb5e527e306523534a981b2f65 to your computer and use it in GitHub Desktop.
#touch body #navbar {
height: 2.5rem;
}
#touch body #printer #state .progress {
top: 3.125rem;
}
#touch body #printer #state {
padding-top: calc(3.125rem + 30px);
}
#touch body #printer .print-control .btn {
height: 2.5rem;
}
#touch body #state_wrapper {
font-size: 13px;
line-height: 1.3;
}
#touch body #tabs #print_link {
line-height: 2.5rem;
}
#touch body .page-container .octoprint-container .tab-content {
padding: 10px;
}
#touch body .tabbable>.nav-tabs li>a, #touch body #navbar .nav>li>a {
height: 2.5rem;
}
#touch body .tabbable>.nav-tabs li>a:before, #touch body #navbar .nav>li>a:before {
font-size: 1.5rem;
line-height: 2.5rem;
}
#touch body ul.dropdown-menu {
transform: scale(0.7) !important;
transform-origin: top right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment