quick fix

pull/195/head
Aevann 2023-08-20 23:04:26 +03:00
parent 28c584a907
commit b37ddef40e
1 changed files with 1 additions and 7 deletions

View File

@ -24,13 +24,7 @@
#orgy-file-container {
position: relative;
width: 65vw;
}
@media (min-width: 1500px) {
#orgy-file-container {
width: 75vw;
}
width: min(1080px, 75vw);
}
#orgy-file-container > video {