From 7026ebb2342ef21ff0f1151cb3035dfb0735ca22 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 17 Sep 2023 23:25:21 +0300 Subject: [PATCH] fix sizing in orgy --- files/assets/css/orgy.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index 381d68e0e..29e6c4d6f 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -7,7 +7,7 @@ lite-youtube { justify-content: space-around; } -@media (max-width: 992px) { +@media (max-width: 768px) { .orgy-top-container { flex-flow: column wrap; } @@ -32,7 +32,7 @@ lite-youtube { width: 98% !important; } -@media (max-width: 992px) { +@media (max-width: 768px) { #orgy-file-container { width: 100% !important; } @@ -73,7 +73,7 @@ body > .container { overflow-y: clip; } -@media (max-width: 992px) { +@media (max-width: 768px) { #orgy-file-container > :not(video) { height: 100% !important; width: 100% !important;