forked from rDrama/rDrama
1
0
Fork 0

make orgy sizing consistent with other parts of the site

master
Aevann 2023-09-01 12:00:30 +03:00
parent 364210667d
commit 5c537f972d
1 changed files with 3 additions and 3 deletions

View File

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