Commit 4ebed495 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #12880 from AUTOMATIC1111/dropdown-padding-mobile

Use default dropdown padding on mobile
parents e6d41b54 76b1ad7d
...@@ -83,8 +83,10 @@ div.compact{ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment