From 6e7e7deabb8506c4423d5d447a81e1ce779a3581 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 20 Aug 2023 04:22:56 +0300 Subject: [PATCH] much better approach to orgy UI --- files/assets/css/orgy.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index 8c2453db50..3d5468c8ff 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -14,7 +14,7 @@ } @media all and (min-width: 900px) { .orgy-chat-window-item { - max-width: max(30vw, calc(100vw - 1080px)); + max-width: 30vw; } } @@ -37,11 +37,6 @@ width: 100% !important; } } -@media (min-width: 1700px) { - #orgy-file-container { - width: 1300px !important; - } -} #orgy-file-container > video { max-height: 100% !important;