ref(filmstrip): move some video container overrides

This commit is contained in:
Leonard Kim
2018-06-29 20:11:59 +01:00
committed by Saúl Ibarra Corretgé
parent bdae4b9493
commit e1f7d4585e
@@ -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.
*/