Skip to content

Commit

Permalink
align slider thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlemec committed Nov 13, 2023
1 parent 0856f02 commit fa7f4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ input[type="range"]::-moz-range-thumb {
.slider_thumb {
position: absolute;
transform: translate(-50%, 0%);
top: 1px;
width: 30px;
height: 20px;
border-radius: 3px;
Expand Down
1 change: 1 addition & 0 deletions dist/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ input[type="range"]::-moz-range-thumb {
.slider_thumb {
position: absolute;
transform: translate(-50%, 0%);
top: 1px;
width: 30px;
height: 20px;
border-radius: 3px;
Expand Down

0 comments on commit fa7f4e8

Please sign in to comment.