ref(filmstrip): move some video container overrides

This commit is contained in:
Leonard Kim 2018-06-25 14:03:31 -07:00 committed by Saúl Ibarra Corretgé
parent bdae4b9493
commit e1f7d4585e
1 changed files with 9 additions and 5 deletions

View File

@ -14,11 +14,6 @@
min-width: 0;
}
#etherpad,
#sharedvideo {
text-align: left;
}
.filmstrip {
align-items: flex-end;
box-sizing: border-box;
@ -137,6 +132,15 @@
}
}
/**
* Overrides for video containers that should not be centered aligned to avoid=
* clashing with the filmstrip.
*/
.vertical-filmstrip #etherpad,
.vertical-filmstrip #sharedvideo {
text-align: left;
}
/**
* Overrides for small videos in vertical filmstrip mode.
*/