fix: hidden arrow input,change wording and disable preview image

This commit is contained in:
2022-11-15 11:39:19 +07:00
parent 7e5f71d345
commit 0838235f89
5 changed files with 22 additions and 13 deletions

View File

@@ -19,3 +19,13 @@ body {
flex-direction: column !important;
align-items: center !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number]{
-moz-appearance: textfield;
}