mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
Use default dropdown padding on mobile
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user