mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-22 07:43:58 +00:00
Update style.css (#1698)
The previous change to the width of the input box, to prevent overlap between long checkpoint names and the dropdown arrow, also reduced the clickable region of the input box - showing up the arrow as the purely visual element that it is. This PR restores width, tweaks position of the arrow, and makes the arrow background solid to avoid inference with text. The latter two changes also affect the vae/te and diffusion in low bits menus.
This commit is contained in:
@@ -444,10 +444,14 @@ div.toprow-compact-tools{
|
||||
}
|
||||
|
||||
#quicksettings > div.model_selection input{
|
||||
width: 85% !important; /* Ensure the input field is never chopped off */
|
||||
margin-left: 2% !important; /* override the margin set for subdued */
|
||||
}
|
||||
|
||||
#quicksettings .icon-wrap {
|
||||
margin-right: -4% !important;
|
||||
background-color: var(--background-fill-secondary);
|
||||
}
|
||||
|
||||
#quicksettings > div.model_selection li{
|
||||
overflow-x: visible !important;
|
||||
width: 100% !important; /* Set size to max element */
|
||||
|
||||
Reference in New Issue
Block a user