forked from rDrama/rDrama
1
0
Fork 0

try random bullshit to fix resizing issue

master
Aevann 2023-08-23 08:14:10 +03:00
parent c6cd85f80f
commit 5452f67249
3 changed files with 5 additions and 25 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -32,7 +32,6 @@
<script defer src="{{'js/orgy_file.js' | asset}}"></script>
{% endif %}
</div>
{{macros.chat_users_list()}}
</div>
<div class="orgy-chat-window-item pl-1 pr-2">