Increase Slider clickable area (#5697)

* slider click area

* add changeset

* fix

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Dawood Khan 2023-09-26 15:46:06 -04:00 committed by GitHub
parent 6b8c8afd98
commit f4e4f82b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/slider": minor
"gradio": minor
---
feat:Increase Slider clickable area

View File

@ -162,7 +162,7 @@
border-radius: 50%;
background-color: white;
cursor: pointer;
margin-top: -7px;
margin-top: -2px;
transition: background-color 0.1s ease;
}
@ -175,6 +175,6 @@
box-shadow: none;
border: none;
background: transparent;
height: 100%;
height: 400%;
}
</style>