diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-03-11 11:10:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 11:10:25 +0000 |
commit | 5fd1158b9e42dd4b4fa50702dd99e41312fc852d (patch) | |
tree | 108720774f9a96cb2b9f10ddd1712a96ae2eb77b | |
parent | 9df72be90e8275434501bdc61bdf8bb4472105c2 (diff) | |
parent | 946797b01de3671c9969f6f7d55e35ef1adaa6e6 (diff) | |
download | stable-diffusion-webui-gfx803-5fd1158b9e42dd4b4fa50702dd99e41312fc852d.tar.gz stable-diffusion-webui-gfx803-5fd1158b9e42dd4b4fa50702dd99e41312fc852d.tar.bz2 stable-diffusion-webui-gfx803-5fd1158b9e42dd4b4fa50702dd99e41312fc852d.zip |
Merge pull request #8496 from butaixianran/master
update "replace preview" link button's css
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 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 {
|