mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-29 22:10:40 +00:00
Always vertically center the big film in Filmstrip view
This commit is contained in:
parent
32366163db
commit
7239dffad5
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue