Merge pull request #1372 from fuzzytent/gallery-styling

Improve styling of gallery items
This commit is contained in:
AUTOMATIC1111 2022-10-06 20:30:36 +03:00 committed by GitHub
commit a5a08b0bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -404,6 +404,10 @@ input[type="range"]{
color: red;
}
.gallery-item {
--tw-bg-opacity: 0 !important;
}
#img2img_image div.h-60{
height: 480px;
}