Use default dropdown padding on mobile
This commit is contained in:
parent
5ef669de08
commit
76b1ad7daf
|
@ -83,8 +83,10 @@ div.compact{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gradio-dropdown ul.options li.item {
|
@media (pointer:fine) {
|
||||||
padding: 0.05em 0;
|
.gradio-dropdown ul.options li.item {
|
||||||
|
padding: 0.05em 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gradio-dropdown ul.options li.item.selected {
|
.gradio-dropdown ul.options li.item.selected {
|
||||||
|
|
Loading…
Reference in New Issue