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;