mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 05:51:55 +00:00
Fix progress bar dragging being slow / having the transition too
This commit is contained in:
parent
cc41dca124
commit
3133b24ea4
1 changed files with 3 additions and 3 deletions
6
user.css
6
user.css
|
|
@ -5,7 +5,7 @@
|
||||||
--main-corner-radius: 10px;
|
--main-corner-radius: 10px;
|
||||||
--scrollbar-vertical-size: 8px;
|
--scrollbar-vertical-size: 8px;
|
||||||
--cover-border-radius: 8px;
|
--cover-border-radius: 8px;
|
||||||
--os-windows-icon-dodge: 0;
|
--os-windows-icon-dodge: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
@ -426,11 +426,11 @@ html.sidebar-hide-text .GlueDropTarget span {
|
||||||
--bg-color: rgba(var(--spice-rgb-text), .2);
|
--bg-color: rgba(var(--spice-rgb-text), .2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-progressBar-progressBarBg > div:first-child > div {
|
.progress-bar:not(:active) .x-progressBar-progressBarBg > div:first-child > div {
|
||||||
transition: transform 0.2s ease;
|
transition: transform 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar__slider {
|
.progress-bar:not(:active) .progress-bar__slider {
|
||||||
transition: left 0.2s ease;
|
transition: left 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue