Fix vertical centering of wide videos on narrowish viewport.

This commit is contained in:
voussoir 2020-11-04 17:21:19 -08:00
parent 867d1c34a4
commit 387a9e7b81

View file

@ -66,6 +66,11 @@
width: 100%;
max-width: 100%;
max-height: 100%;
position: absolute;
top: 0;
bottom: 0;
margin: auto auto;
}
.photo_viewer_image
{