Toolbar: improve mobile breakpoint

This commit is contained in:
rektdeckard
2020-08-22 14:58:53 -04:00
parent 510dcc1ebb
commit f854d8e165
3 changed files with 29 additions and 1 deletions

View File

@@ -27,6 +27,12 @@
outline: none; /* Remove outline */
}
@media screen and (max-width: 558px) {
.size-bar input {
margin: 0 auto;
}
}
.size-bar input::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
appearance: none;