mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-27 12:21:38 -08:00
update "replace preview" link button's css
modify css `.extra-network-thumbs .card:hover .additional a` 's value from `block` to `inline-block`. So, extensions can add more buttons to extra network's thumbnail card.
This commit is contained in:
parent
3531a50080
commit
946797b01d
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ footer {
|
|||
}
|
||||
|
||||
.extra-network-thumbs .card:hover .additional a {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.extra-network-thumbs .actions .additional a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue