mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 21:32:41 +00:00
fix padding on sides of slider
Extra padding on the sides of a range slider extends the length of the slider, such that you can't move the thumb all the way to the end.
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
&.slider {
|
&.slider {
|
||||||
color: #D3D3D3;
|
color: #D3D3D3;
|
||||||
accent-color: #d3d3d3;
|
accent-color: #d3d3d3;
|
||||||
|
padding: 2px 0;
|
||||||
|
|
||||||
&::-webkit-slider-thumb, &::-moz-slider-thumb {
|
&::-webkit-slider-thumb, &::-moz-slider-thumb {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user