fix chat resizing

pull/226/head
Aevann 2024-05-17 02:43:24 +03:00
parent b2cd641ca3
commit 11c25cad18
1 changed files with 4 additions and 2 deletions

View File

@ -156,8 +156,10 @@ lite-youtube {
overflow-y: hidden;
}
.resizable > video {
max-height: 28vh !important;
.resizable {
height: 28vh;
}
.resize > video {
margin: 14px 0 0 0 !important;
}