Hide currentTime and progress

This commit is contained in:
mimse
2018-06-28 11:25:55 +02:00
parent 4f5152f526
commit e9f1b55f51
2 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,7 @@
align-items: center;
display: flex;
text-align: center;
justify-content: flex-end;
// Spacing
> .plyr__control,
@ -22,7 +23,7 @@
&:first-child,
&:first-child + [data-plyr='pause'] {
margin-left: 0;
margin-right: auto;
}
}