booru: make images square

This commit is contained in:
end-4 2024-03-07 14:22:42 +07:00
parent 6097e88534
commit 67f73c98ff

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;