forked from rDrama/rDrama
1
0
Fork 0

fix resizing in orgy

master
Aevann 2023-08-18 10:24:02 +03:00
parent 2b724cff50
commit 2333928896
1 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,6 @@
#orgy-file-container {
position: relative;
width: -webkit-fill-available;
max-width: 1080px !important;
}
@media all and (max-width: 900px) {
#orgy-file-container {
@ -40,7 +39,10 @@
}
#orgy-file-container > video {
max-height: initial !important;
max-height: 100% !important;
margin: 0 !important;
height: 98% !important;
width: 98% !important;
}
#cursormarsey, #cursormarsey-heart {