Min-width/height for catalog thumbs.

This commit is contained in:
Mayhem 2014-02-07 19:06:42 +01:00 committed by ccd0
parent 3ab0523b89
commit 4f00927be1

View File

@ -524,6 +524,10 @@ hr ~ div.center:not(.ad-cnt) {
border-radius: 2px;
box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
.thumb:not(.deleted-file):not(.no-file) {
min-width: 30px;
min-height: 30px;
}
.thumb.spoiler-file {
width: 100px;
height: 100px;