From 21d0c6848002be71f0f0ebc2a3abd7bb3b3adfc2 Mon Sep 17 00:00:00 2001
From: Max <m.giller.dev@gmail.com>
Date: Tue, 30 Nov 2021 12:51:23 +0100
Subject: [PATCH] Made preview images smaller

---
 editor/css/editor.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/editor/css/editor.css b/editor/css/editor.css
index 393db7d..91170d5 100644
--- a/editor/css/editor.css
+++ b/editor/css/editor.css
@@ -54,7 +54,8 @@ div#ks-editor textarea, div#ks-editor input[type="text"] {
 }
 
 div#ks-editor img.preview-image {
-    max-width: 5rem;
+    max-width: 3rem;
+    max-height: 3rem;
     height: auto;
 }
 
-- 
GitLab