From 3e5fb091c939b6411b9b52561d0c52c967845d21 Mon Sep 17 00:00:00 2001 From: mappu Date: Fri, 19 May 2023 19:07:25 +1200 Subject: [PATCH] preview: add default block height for slow-loading thumbnails --- preview.go | 1 + 1 file changed, 1 insertion(+) diff --git a/preview.go b/preview.go index 61cee4f..7cad364 100644 --- a/preview.go +++ b/preview.go @@ -77,6 +77,7 @@ html, body { .thumbnail { line-height: 0; width: 340px; + height: 340px; text-align: center; position: relative; }