mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-18 10:58:59 +08:00
Merge pull request #12880 from AUTOMATIC1111/dropdown-padding-mobile
Use default dropdown padding on mobile
This commit is contained in:
commit
4ebed495ed
@ -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…
x
Reference in New Issue
Block a user