mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
feat: Center the text in the options box in Settings
居中輸入框中的文本,並把右側加減按鈕去除
This commit is contained in:
parent
d5557e0b55
commit
d1db2be79c
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user