fix youtube orgies on mobile

pull/195/head
Aevann 2023-08-23 22:49:00 +03:00
parent 428a1eccb1
commit 9964edbd3d
1 changed files with 8 additions and 0 deletions

View File

@ -73,3 +73,11 @@ body > .container {
width: 95% !important;
max-width: 95% !important;
}
@media (max-width: 900px) {
#orgy-file-container > lite-youtube {
height: 100% !important;
width: 100% !important;
max-width: 100% !important;
}
}