mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-05 19:46:30 +08:00
fix: #185 input and select align center
This commit is contained in:
parent
dea3d26335
commit
7827b40f17
@ -119,6 +119,11 @@ select {
|
||||
cursor: pointer;
|
||||
background-color: var(--white);
|
||||
color: var(--black);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user