From a0d0bd1454b2aedea97fffa91b00c5805d547010 Mon Sep 17 00:00:00 2001 From: Giraffaman Date: Sat, 13 Apr 2024 03:09:58 +0200 Subject: [PATCH] fix vertical thumbnail spacing --- themes/pr0booru/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/pr0booru/style.css b/themes/pr0booru/style.css index 2684d1488..d0feffde2 100644 --- a/themes/pr0booru/style.css +++ b/themes/pr0booru/style.css @@ -428,4 +428,6 @@ div#dlimg:hover { color: white; } - +.shm-image-list .thumb { + margin-bottom: 5px; +} \ No newline at end of file