decrease orgy width and increase height to fit 16/9 aspect ration

pull/208/head
Aevann 2023-09-25 00:30:48 +03:00
parent 066bf5adf6
commit 9ff0cb2faa
1 changed files with 3 additions and 2 deletions

View File

@ -21,12 +21,13 @@ lite-youtube {
}
#orgy-file-container {
width: 70vw;
width: 65vw;
max-height: 80vh !important;
max-width: 100vw !important;
}
#orgy-file-container > * {
max-height: 70vh !important;
max-height: 80vh !important;
margin: 0 !important;
height: 98% !important;
width: 98% !important;