Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Hk-Gosuto
2024-03-08 17:35:59 +08:00
parent 8fbcc653a0
commit f1c9c96082
7 changed files with 312 additions and 387 deletions

View File

@@ -648,39 +648,6 @@
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 {
background-color: white;
fill: black;
border: none;
align-items: center;
justify-content: center;
display: flex;
margin: 0px;
padding: 0px;
width: 22px;
height: 48px;
}
.chat-input-image-close:hover {
background-color: #f3f3f3;
}
@media only screen and (max-width: 600px) {
.chat-input {
font-size: 16px;
@@ -689,4 +656,4 @@
.chat-input-send {
bottom: 30px;
}
}
}