mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Merge pull request #39 from SendNukez/main
Add transition to progress bar & slider
This commit is contained in:
commit
8e095818d5
1 changed files with 13 additions and 0 deletions
13
user.css
13
user.css
|
|
@ -426,6 +426,14 @@ html.sidebar-hide-text .GlueDropTarget span {
|
|||
--bg-color: rgba(var(--spice-rgb-text), .2);
|
||||
}
|
||||
|
||||
.progress-bar:not(:active) .x-progressBar-progressBarBg > div:first-child > div {
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.progress-bar:not(:active) .progress-bar__slider {
|
||||
transition: left 0.2s ease;
|
||||
}
|
||||
|
||||
.minimal-player .player-controls__buttons {
|
||||
width: 120px;
|
||||
gap: 0px;
|
||||
|
|
@ -589,6 +597,11 @@ li.GlueDropTarget {
|
|||
transition: opacity,left 0.2s ease;
|
||||
}
|
||||
|
||||
.playback-bar:active .prog-tooltip {
|
||||
opacity: 1;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.playback-bar:hover .prog-tooltip {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue