mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Add transition to progress bar & slider
This commit is contained in:
parent
5752f56347
commit
cc41dca124
1 changed files with 8 additions and 0 deletions
8
user.css
8
user.css
|
|
@ -426,6 +426,14 @@ html.sidebar-hide-text .GlueDropTarget span {
|
|||
--bg-color: rgba(var(--spice-rgb-text), .2);
|
||||
}
|
||||
|
||||
.x-progressBar-progressBarBg > div:first-child > div {
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.progress-bar__slider {
|
||||
transition: left 0.2s ease;
|
||||
}
|
||||
|
||||
.minimal-player .player-controls__buttons {
|
||||
width: 120px;
|
||||
gap: 0px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue