From 9964edbd3d5a919d6cd28c1ee4b7d9397eccfc67 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 23 Aug 2023 22:49:00 +0300 Subject: [PATCH] fix youtube orgies on mobile --- files/assets/css/orgy.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index e2530c753..b25a4dea0 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -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; + } +}