forked from rDrama/rDrama
1
0
Fork 0

fix youtube width in mobile chat

master
Aevann 2023-06-22 17:22:05 +03:00
parent 835b7f9d53
commit 551901175f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ p {
} }
lite-youtube { lite-youtube {
max-width: min(80vw,500px); max-width: min(70vw,500px) !important;
width: 500px; width: 500px;
} }