From 5c537f972dc30964996deac73568cda800c21d4d Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Sep 2023 12:00:30 +0300 Subject: [PATCH] make orgy sizing consistent with other parts of the site --- 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 5f073ccecd..59a4c51b1f 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: 900px) { +@media (max-width: 992px) { .orgy-top-container { flex-flow: column wrap; } @@ -32,7 +32,7 @@ lite-youtube { width: 98% !important; } -@media (max-width: 900px) { +@media (max-width: 992px) { #orgy-file-container { width: 100% !important; } @@ -73,7 +73,7 @@ body > .container { overflow-y: clip; } -@media (max-width: 900px) { +@media (max-width: 992px) { #orgy-file-container > :not(video) { height: 100% !important; width: 100% !important;