mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 19:01:06 -08:00
Merge pull request #12880 from AUTOMATIC1111/dropdown-padding-mobile
Use default dropdown padding on mobile
This commit is contained in:
commit
4ebed495ed
1 changed files with 4 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue