mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 10:52:48 +01:00
fix(Blossom): make time visible (#944)
This commit is contained in:
parent
89d76b4afa
commit
f845e8da84
@ -137,16 +137,18 @@
|
||||
}
|
||||
|
||||
.playback-bar {
|
||||
width: 102vw;
|
||||
left: -25px;
|
||||
bottom: 67px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-playbackBarRemainingTime-container {
|
||||
width: calc(100% + 82px);
|
||||
left: -41px;
|
||||
bottom: 74px;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
cursor: pointer;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
.playback-bar:hover {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
--fg-color: var(--spice-button-active);
|
||||
}
|
||||
@ -161,7 +163,7 @@
|
||||
}
|
||||
|
||||
.player-controls__buttons {
|
||||
transform: translateY(15px);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.main-playPauseButton-button {
|
||||
|
Loading…
Reference in New Issue
Block a user