Always vertically center the big film in Filmstrip view

master
Torjus 2018-07-23 09:29:11 +02:00
parent 32366163db
commit 7239dffad5
1 changed files with 2 additions and 1 deletions

View File

@ -9,10 +9,11 @@
height: 80vh; height: 80vh;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center;
> .active-peer { > .active-peer {
width: 100%; width: 100%;
padding: 5vmin 1vmin 1vmin 1vmin; padding: 1vmin;
> [data-component='Peer'] { > [data-component='Peer'] {
border: 5px solid rgba(255, 255, 255, 0.15); border: 5px solid rgba(255, 255, 255, 0.15);