diff options
| author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-26 21:47:48 -0600 |
|---|---|---|
| committer | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-26 21:47:48 -0600 |
| commit | cb8c447f0d37b5ee9df9a7ee3e9d32b7966dabee (patch) | |
| tree | 2c9fad7078cdb6429798257fab923e29f9f881b3 /html | |
| parent | efac2cf1ab6645f3f5134158c1401c6305c2ffea (diff) | |
| download | stable-diffusion-webui-gfx803-cb8c447f0d37b5ee9df9a7ee3e9d32b7966dabee.tar.gz | |
Update extra-networks-card.html
Diffstat (limited to 'html')
| -rw-r--r-- | html/extra-networks-card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/extra-networks-card.html b/html/extra-networks-card.html index fe90b028..7ea467c1 100644 --- a/html/extra-networks-card.html +++ b/html/extra-networks-card.html @@ -1,4 +1,4 @@ -<div class='card' onclick={card_clicked}> +<div class='card' style={style} onclick={card_clicked}> {background_image} {metadata_button} <div class='actions'> |
