File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/led-matrix-painter/assets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments