fix(vertical-filmstrip): do not move recording label if not in the corner

pull/1595/head
Leonard Kim 8 years ago
parent 600f7bcf7b
commit acb4d12928
  1. 2
      css/_vertical_filmstrip_overrides.scss

@ -91,7 +91,7 @@
* For video labels that display on the top right to adjust its position as
* the filmstrip itself or filmstrip remote videos appear and disappear.
*/
.video-state-indicator {
.video-state-indicator.moveToCorner {
transition: right 2s;
&.with-filmstrip {

Loading…
Cancel
Save