mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 05:03:43 +08:00
chore: style change
This commit is contained in:
@@ -556,6 +556,7 @@
|
||||
}
|
||||
|
||||
.chat-input-image-close {
|
||||
background-color: white;
|
||||
fill: black;
|
||||
border: none;
|
||||
align-items: center;
|
||||
@@ -563,11 +564,14 @@
|
||||
display: flex;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
width: 22px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.chat-input-image-close:hover {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.chat-input {
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user