mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 05:03:43 +08:00
feat: style change
This commit is contained in:
@@ -539,6 +539,35 @@
|
||||
bottom: 32px;
|
||||
}
|
||||
|
||||
.chat-input-image {
|
||||
background-color: var(--primary);
|
||||
color: white;
|
||||
|
||||
position: absolute;
|
||||
right: 28px;
|
||||
bottom: 78px;
|
||||
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.chat-input-image-close {
|
||||
fill: black;
|
||||
border: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
width: 22px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.chat-input {
|
||||
font-size: 16px;
|
||||
@@ -547,4 +576,8 @@
|
||||
.chat-input-send {
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
.chat-input-image {
|
||||
bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user