fix: hidden arrow input,change wording and disable preview image
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user