SendTimestamps: Fix chatbox having a scrollbar

This commit is contained in:
Vendicated 2023-04-17 02:55:08 +02:00
parent e767da4b08
commit 76e74b3e40
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
1 changed files with 4 additions and 1 deletions

View File

@ -44,5 +44,8 @@
.vc-st-button {
margin-right: 4px;
transform: scale(1.1);
}
.vc-st-button svg {
transform: scale(1.1) translateY(1px);
}