Skip to content

Commit

Permalink
Merge pull request #12880 from AUTOMATIC1111/dropdown-padding-mobile
Browse files Browse the repository at this point in the history
Use default dropdown padding on mobile
  • Loading branch information
AUTOMATIC1111 authored Sep 9, 2023
2 parents e6d41b5 + 76b1ad7 commit 4ebed49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ div.compact{
white-space: nowrap;
}

.gradio-dropdown ul.options li.item {
padding: 0.05em 0;
@media (pointer:fine) {
.gradio-dropdown ul.options li.item {
padding: 0.05em 0;
}
}

.gradio-dropdown ul.options li.item.selected {
Expand Down

0 comments on commit 4ebed49

Please sign in to comment.