mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Merge pull request #3722 from Bnyro/master
fix: duplicated time indicator when scrubbing seek bar
This commit is contained in:
commit
75e08a3621
1 changed files with 4 additions and 0 deletions
|
@ -961,6 +961,10 @@ export default {
|
|||
padding: 0.09em 0;
|
||||
}
|
||||
|
||||
#shaka-player-ui-time-container {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.skip-segment-button {
|
||||
/* position button above player overlay */
|
||||
z-index: 1000;
|
||||
|
|
Loading…
Reference in a new issue