fix(vertical-filmstrip): do not move recording label if not in the corner
This commit is contained in:
parent
600f7bcf7b
commit
acb4d12928
|
@ -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…
Reference in New Issue