fix: chat-input-image position on moblie device

This commit is contained in:
pacmandoh 2023-12-26 22:27:12 +08:00 committed by Hk-Gosuto
parent 1c845c5676
commit e20e7da3f4

View File

@ -582,6 +582,7 @@
} }
.chat-input-image { .chat-input-image {
bottom: 30px; bottom: 84px;
right: 32px;
} }
} }