From 0fcd9a6009353b1c9fe0ba507fb27ca3a2f45702 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 26 Sep 2023 01:52:12 +0300 Subject: [PATCH] fix orgy overflow on desktop --- files/assets/css/orgy.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index f33305627b..3dae2822e6 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -1,3 +1,10 @@ + +@media (min-width: 768px) { + lite-youtube { + max-width: 20vw !important; + } +} + .orgy-top-container { display: flex; justify-content: space-around;