SendTimestamps: Fix chatbox having a scrollbar
This commit is contained in:
parent
e767da4b08
commit
76e74b3e40
1 changed files with 4 additions and 1 deletions
|
@ -44,5 +44,8 @@
|
|||
|
||||
.vc-st-button {
|
||||
margin-right: 4px;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.vc-st-button svg {
|
||||
transform: scale(1.1) translateY(1px);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue