decrease #chat-window on mobile from 37vh to 32vh

pull/195/head
Aevann 2023-08-24 04:49:35 +03:00
parent 1b4d46e4e5
commit 81602dd9e2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ lite-youtube {
flex-flow: column wrap;
}
#chat-window {
max-height: 37vh !important;
max-height: 32vh !important;
}
}