Show buffering in video player (#5261)
This commit is contained in:
@ -4028,7 +4028,8 @@ button.icon-button.active i.fa-retweet {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
&__progress {
|
||||
&__progress,
|
||||
&__buffer {
|
||||
display: block;
|
||||
position: absolute;
|
||||
height: 4px;
|
||||
@ -4036,6 +4037,10 @@ button.icon-button.active i.fa-retweet {
|
||||
background: $ui-highlight-color;
|
||||
}
|
||||
|
||||
&__buffer {
|
||||
background: rgba($white, 0.2);
|
||||
}
|
||||
|
||||
&__handle {
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
|
Reference in New Issue
Block a user