Skip to content

Commit

Permalink
fix: #1711 input range style in mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed May 24, 2023
1 parent bb3f6ee commit 4ca34e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/input-range.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
padding: 5px 15px 5px 10px;
font-size: 12px;
display: flex;
max-width: 40%;

input[type="range"] {
max-width: calc(100% - 50px);
}
}

0 comments on commit 4ca34e0

Please sign in to comment.