From 233392889652693852cbe82fccebe421cf444861 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 18 Aug 2023 10:24:02 +0300 Subject: [PATCH] fix resizing in orgy --- files/assets/css/orgy.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index 954053872..a467a4fdc 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -31,7 +31,6 @@ #orgy-file-container { position: relative; width: -webkit-fill-available; - max-width: 1080px !important; } @media all and (max-width: 900px) { #orgy-file-container { @@ -40,7 +39,10 @@ } #orgy-file-container > video { - max-height: initial !important; + max-height: 100% !important; + margin: 0 !important; + height: 98% !important; + width: 98% !important; } #cursormarsey, #cursormarsey-heart {