fix sizing in orgy

pull/199/head
Aevann 2023-09-17 23:25:21 +03:00
parent ac6a71223d
commit 7026ebb234
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ lite-youtube {
justify-content: space-around;
}
@media (max-width: 992px) {
@media (max-width: 768px) {
.orgy-top-container {
flex-flow: column wrap;
}
@ -32,7 +32,7 @@ lite-youtube {
width: 98% !important;
}
@media (max-width: 992px) {
@media (max-width: 768px) {
#orgy-file-container {
width: 100% !important;
}
@ -73,7 +73,7 @@ body > .container {
overflow-y: clip;
}
@media (max-width: 992px) {
@media (max-width: 768px) {
#orgy-file-container > :not(video) {
height: 100% !important;
width: 100% !important;