fix video overflowing

pull/195/head
Aevann 2023-08-20 23:08:30 +03:00
parent b37ddef40e
commit 078324a3bf
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
.orgy-chat-window-item {
flex-grow: 2;
max-width: 25vw;
}
.rumble-player {
@ -24,7 +25,7 @@
#orgy-file-container {
position: relative;
width: min(1080px, 75vw);
width: -webkit-fill-available;
}
#orgy-file-container > video {