mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
Fixed end time hover #772
This commit is contained in:
parent
d37bd28a1d
commit
e958f72dbb
@ -181,7 +181,7 @@ ul.main-navBar-entryPoints > div.GlueDropTarget >*.active {
|
||||
top: 10px !important;
|
||||
}
|
||||
|
||||
/* hide and move progress time location */
|
||||
/* hide and move progress time location for start time */
|
||||
.playback-bar__progress-time-elapsed {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
@ -190,7 +190,8 @@ ul.main-navBar-entryPoints > div.GlueDropTarget >*.active {
|
||||
transition-duration: 0.15s;
|
||||
}
|
||||
|
||||
.main-playbackBarRemainingTime-container {
|
||||
/* hide and move progress time location for end time */
|
||||
.npFSJSO1wsu3mEEGb5bh {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
bottom: 13px;
|
||||
@ -200,7 +201,7 @@ ul.main-navBar-entryPoints > div.GlueDropTarget >*.active {
|
||||
|
||||
/* show time on hover */
|
||||
.playback-bar:hover .playback-bar__progress-time-elapsed,
|
||||
.playback-bar:hover .main-playbackBarRemainingTime-container {
|
||||
.playback-bar:hover .npFSJSO1wsu3mEEGb5bh {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user