Unverified Commit a5a08b0b authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #1372 from fuzzytent/gallery-styling

Improve styling of gallery items
parents cf7c784f ab4ddbf3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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