Fix PreviewMessage icon being offcentre

This commit is contained in:
Vendicated 2024-02-06 16:50:21 +01:00
parent bf977e0047
commit 2c198e547c
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
4 changed files with 22 additions and 6 deletions

4
src/api/ChatButton.css Normal file
View file

@ -0,0 +1,4 @@
.vc-chatbar-button {
display: flex;
align-items: center;
}