aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-10-06 17:30:36 +0000
committerGitHub <noreply@github.com>2022-10-06 17:30:36 +0000
commita5a08b0bee531f4402525cae81cdca0013141dfa (patch)
tree21cb1109f8eae463aa4066eec0926cd71ab81740
parentcf7c784fcc0c84a8a4edd8d3aca4dda4c7025c43 (diff)
parentab4ddbf333eef170804ef8de67001f77c8fdd64c (diff)
downloadstable-diffusion-webui-gfx803-a5a08b0bee531f4402525cae81cdca0013141dfa.tar.gz
stable-diffusion-webui-gfx803-a5a08b0bee531f4402525cae81cdca0013141dfa.tar.bz2
stable-diffusion-webui-gfx803-a5a08b0bee531f4402525cae81cdca0013141dfa.zip
Merge pull request #1372 from fuzzytent/gallery-styling
Improve styling of gallery items
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index e8f4cb75..da0729a2 100644
--- a/style.css
+++ b/style.css
@@ -404,6 +404,10 @@ input[type="range"]{
color: red;
}
+.gallery-item {
+ --tw-bg-opacity: 0 !important;
+}
+
#img2img_image div.h-60{
height: 480px;
} \ No newline at end of file