feat: Center the text in the options box in Settings

居中輸入框中的文本,並把右側加減按鈕去除
This commit is contained in:
HimiCos 2023-03-30 10:10:58 +08:00
parent d5557e0b55
commit d1db2be79c

View File

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