mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 05:51:55 +00:00
FIX: #49 hide progressBar remaining time
This commit is contained in:
parent
7af1d12835
commit
7352710c6a
1 changed files with 1 additions and 1 deletions
2
user.css
2
user.css
|
|
@ -396,7 +396,7 @@ html.sidebar-hide-text .GlueDropTarget span {
|
||||||
fill: var(--spice-button);
|
fill: var(--spice-button);
|
||||||
}
|
}
|
||||||
|
|
||||||
.playback-bar__progress-time,
|
.playback-bar__progress-time-elapsed,
|
||||||
.main-playbackBarRemainingTime-container {
|
.main-playbackBarRemainingTime-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue