From bb274afb9d1e516f87e2b44733a787bb1e29f649 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. --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index fd967d398..baee60a41 100644 --- a/css/style.css +++ b/css/style.css @@ -426,6 +426,10 @@ a[href="javascript:;"] { 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 { background-size: 100px; width: 100px;