feat: implement web-based settings page with login and dashboard
This commit is contained in:
@@ -163,6 +163,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Hide Spinners */
|
/* Hide Spinners */
|
||||||
|
input[type=number] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Force min-width on inputs for mobile */
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
|
||||||
|
/* Hide Spinners on Mobile only */
|
||||||
input[type=number]::-webkit-inner-spin-button,
|
input[type=number]::-webkit-inner-spin-button,
|
||||||
input[type=number]::-webkit-outer-spin-button {
|
input[type=number]::-webkit-outer-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
@@ -171,12 +179,6 @@
|
|||||||
|
|
||||||
input[type=number] {
|
input[type=number] {
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Force min-width on inputs for mobile */
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
input[type="number"] {
|
|
||||||
min-width: 35px;
|
min-width: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user