Skip to content

Commit

Permalink
Increase Slider clickable area (#5697)
Browse files Browse the repository at this point in the history
* slider click area

* add changeset

* fix

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
dawoodkhan82 and gradio-pr-bot committed Sep 26, 2023
1 parent 6b8c8af commit f4e4f82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/fluffy-jokes-crash.md
@@ -0,0 +1,6 @@
---
"@gradio/slider": minor
"gradio": minor
---

feat:Increase Slider clickable area
4 changes: 2 additions & 2 deletions js/slider/shared/Range.svelte
Expand Up @@ -162,7 +162,7 @@
border-radius: 50%;
background-color: white;
cursor: pointer;
margin-top: -7px;
margin-top: -2px;
transition: background-color 0.1s ease;
}
Expand All @@ -175,6 +175,6 @@
box-shadow: none;
border: none;
background: transparent;
height: 100%;
height: 400%;
}
</style>

0 comments on commit f4e4f82

Please sign in to comment.