Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / node_modules / video.js / src / css / components / _live.scss
1 // We are assuming there is no progress bar and using the live display
2 // to fill in the middle space. Live+DVR will need to adjust this.
3 .video-js .vjs-live-control {
4   @include display-flex(flex-start);
5   @include flex(auto);
6   font-size: 1em;
7   line-height: 3em;
8 }
9
10 .vjs-no-flex .vjs-live-control {
11   display: table-cell;
12   width: auto;
13   text-align: left;
14 }