diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 07ef4e0e39..a7aa633c7e 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7079,8 +7079,8 @@ div.markdown { max-width: 100vw !important; } .resizable > video { - height: 99% !important; - width: 99% !important; + height: 98% !important; + width: 98% !important; max-height: 70vh !important; max-width: 100vw !important; margin: 0 !important; diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index 08681cb091..8835312ea7 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -1,9 +1,8 @@ .orgy-top-container { display: flex; - justify-content: space-around; } -@media all and (max-width: 900px) { +@media (max-width: 900px) { .orgy-top-container { flex-flow: column wrap; } @@ -12,11 +11,6 @@ } } -.orgy-chat-window-item { - flex-grow: 2; - max-width: 25vw; -} - .rumble-player { aspect-ratio: 16/9; max-width: min(70vw,500px) !important; @@ -24,18 +18,15 @@ } #orgy-file-container { - position: relative; - width: -webkit-fill-available; + width: 75vw; } #orgy-file-container > video { max-height: 100% !important; margin: 0 !important; - height: 98% !important; - width: 98% !important; } -@media all and (max-width: 900px) { +@media (max-width: 900px) { #orgy-file-container { width: 100% !important; } @@ -49,22 +40,12 @@ height: 100% !important; width: 100% !important; } - .orgy-chat-window-item { - max-width: 100% - } } - #cursormarsey, #cursormarsey-heart { display: none; } -body > .container { - padding: 0 !important; - margin: 0 !important; - margin-right: 0 !important; -} - *:not(#orgy-file-container) { resize: none !important; } diff --git a/files/templates/orgy.html b/files/templates/orgy.html index c066350759..7850a6708d 100644 --- a/files/templates/orgy.html +++ b/files/templates/orgy.html @@ -32,7 +32,6 @@ {% endif %} - {{macros.chat_users_list()}}