mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-12 17:11:20 +01:00
Fix text to not overflow under the chat action btns
This commit is contained in:
parent
012700ee7e
commit
b77cc6dee6
@ -964,6 +964,10 @@ p.mentioned span.chatmessage {
|
||||
#send-msg-btn {
|
||||
display: block;
|
||||
}
|
||||
|
||||
textarea.materialize-textarea {
|
||||
max-width: calc(100% - 120px);
|
||||
}
|
||||
}
|
||||
|
||||
#upload-file-btn {
|
||||
|
Loading…
Reference in New Issue
Block a user