Skip to content

Commit 0e3422e

Browse files
committed
Update progressbar UI
1 parent b22adb3 commit 0e3422e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/led-matrix-painter/assets/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ input {
628628
border-radius: 50%; /* Make it a circle */
629629
background: #008184 !important; /* Green background */
630630
cursor: pointer; /* Cursor on hover */
631-
margin-top: -7.5px; /* Adjust this to center the thumb vertically on the track */
631+
margin-top: -5px; /* Adjust this to center the thumb vertically on the track */
632632
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
633633
}
634634

@@ -639,7 +639,7 @@ input {
639639
border-radius: 50%; /* Make it a circle */
640640
background: #008184 !important; /* Green background */
641641
cursor: pointer; /* Cursor on hover */
642-
margin-top: -7.5px;
642+
margin-top: -5px;
643643
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
644644
}
645645

0 commit comments

Comments
 (0)