Skip to content

Commit

Permalink
text no wrap on vr mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanwsh committed Jun 29, 2017
1 parent fd0f2d0 commit f034d44
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/styles/plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,17 @@
&.vjs-marker-group--enable{
display: block;
}
}

&.vjs-marker-container--VREnable{
&.vjs-marker-container--VREnable{
.vjs-marker-group{
width: 50%;
}
}


.vjs-marker{
white-space: nowrap;
}
}
}

.vjs-marker{
Expand Down

0 comments on commit f034d44

Please sign in to comment.