Always vertically center the big film in Filmstrip view

This commit is contained in:
Torjus
2018-07-23 09:29:11 +02:00
parent 32366163db
commit 7239dffad5
+2 -1
View File
@@ -9,10 +9,11 @@
height: 80vh;
display: flex;
justify-content: center;
align-items: center;
> .active-peer {
width: 100%;
padding: 5vmin 1vmin 1vmin 1vmin;
padding: 1vmin;
> [data-component='Peer'] {
border: 5px solid rgba(255, 255, 255, 0.15);