booru: make images square

This commit is contained in:
end-4
2024-03-07 14:22:42 +07:00
parent 0e6d3547ec
commit 4d39558ed6
+2 -2
View File
@@ -849,8 +849,8 @@ $waifu_image_overlay_transparency: 0.7;
}
.sidebar-booru-image {
min-width: 8.523rem;
min-height: 8.523rem;
min-width: 12.818rem;
min-height: 12.818rem;
background-size: cover;
background-repeat: no-repeat;
background-position: center;