From 4f00927be10a1306edd745366456ff7b1e80080f Mon Sep 17 00:00:00 2001 From: Mayhem Date: Fri, 7 Feb 2014 19:06:42 +0100 Subject: [PATCH] Min-width/height for catalog thumbs. --- src/General/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 9afb4c64f..8a6ed6f9a 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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;