From acb4d129280f3807ac8f77f8504ca1c044a80f1a Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Tue, 23 May 2017 17:14:48 -0700 Subject: [PATCH] fix(vertical-filmstrip): do not move recording label if not in the corner --- css/_vertical_filmstrip_overrides.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_vertical_filmstrip_overrides.scss b/css/_vertical_filmstrip_overrides.scss index be256b0b7..b58c3f6ef 100644 --- a/css/_vertical_filmstrip_overrides.scss +++ b/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 {