Merge branch 'video-size-fix' into 'develop'

Remove video size restrictions

See merge request soapbox-pub/soapbox-fe!584
This commit is contained in:
Alex Gleason
2021-07-08 14:35:30 +00:00

View File

@ -98,8 +98,6 @@
video {
display: block;
max-width: 100vw;
max-height: 80vh;
z-index: 1;
}