mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-27 11:09:22 +08:00
feat: center the text in the options box in settings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user