mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
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:
parent
6b8c8afd98
commit
f4e4f82b58
6
.changeset/fluffy-jokes-crash.md
Normal file
6
.changeset/fluffy-jokes-crash.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/slider": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Increase Slider clickable area
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user