feat: center the text in the options box in settings

This commit is contained in:
HimiCos
2023-03-30 13:51:37 +08:00
parent 8d6d6bbf5d
commit c46e1c6c7c
4 changed files with 12 additions and 6 deletions

View File

@@ -119,6 +119,7 @@ select {
cursor: pointer;
background-color: var(--white);
color: var(--black);
text-align: center;
}
input[type="checkbox"] {
@@ -185,6 +186,11 @@ input[type="text"] {
color: var(--black);
padding: 0 10px;
max-width: 50%;
text-align: center;
}
input[type=number]::-webkit-inner-spin-button{
-webkit-appearance: none;
}
div.math {