SizeInput: fix thumb not reaching end of track
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0 0 0 12px;
|
margin: 0 0 0 12px;
|
||||||
-webkit-appearance: none; /* Override default CSS styles */
|
-webkit-appearance: none; /* Override default CSS styles */
|
||||||
appearance: none;
|
appearance: none;
|
||||||
height: 1px; /* Specified height */
|
height: 1px; /* Specified height */
|
||||||
background: rgba(255, 255, 255, 0.3);
|
background: rgba(255, 255, 255, 0.3);
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
width: 16px; /* Set a specific slider handle width */
|
width: 16px; /* Set a specific slider handle width */
|
||||||
height: 16px; /* Slider handle height */
|
height: 16px; /* Slider handle height */
|
||||||
margin: 6px;
|
padding: 6px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: white; /* Green background */
|
background: white; /* Green background */
|
||||||
cursor: pointer; /* Cursor on hover */
|
cursor: pointer; /* Cursor on hover */
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
width: 16px; /* Set a specific slider handle width */
|
width: 16px; /* Set a specific slider handle width */
|
||||||
height: 16px; /* Slider handle height */
|
height: 16px; /* Slider handle height */
|
||||||
margin: 6px;
|
padding: 6px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: white; /* Green background */
|
background: white; /* Green background */
|
||||||
cursor: pointer; /* Cursor on hover */
|
cursor: pointer; /* Cursor on hover */
|
||||||
|
|||||||
Reference in New Issue
Block a user