mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
fix: duplicated time indicator when scrubbing seek bar
This commit is contained in:
parent
9338f7751f
commit
4d2c476236
@ -961,6 +961,10 @@ export default {
|
|||||||
padding: 0.09em 0;
|
padding: 0.09em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#shaka-player-ui-time-container {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.skip-segment-button {
|
.skip-segment-button {
|
||||||
/* position button above player overlay */
|
/* position button above player overlay */
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
Loading…
Reference in New Issue
Block a user