Skip to content

Commit 3ca1975

Browse files
committed
fix: Centrer le curseur des pistes (range).
1 parent cb38128 commit 3ca1975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ input[type="range"]::-webkit-slider-thumb {
171171
filter: drop-shadow(0 0 2px rgba(0 0 0 / 65%));
172172
height: 12px;
173173
/* Remonter le curseur pour qu'il soit au centre. */
174-
margin-top: -3px;
174+
margin-top: -3.5px;
175175
width: 12px;
176176
}
177177
input[type="range"]::-moz-range-thumb {

0 commit comments

Comments
 (0)