From 1f478c7edb5df7c836a6d0df5d53b62d059d8af6 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 16 Nov 2025 13:47:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Improve=20Log=20Popup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LogPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LogPopup.vue b/components/LogPopup.vue index cfcfeab..d5245e2 100644 --- a/components/LogPopup.vue +++ b/components/LogPopup.vue @@ -62,7 +62,7 @@ onMounted(() => { .log { display: grid; grid-template-columns: auto 1fr; - padding: 0.25rem 1rem; + padding: 0.125rem 1rem; gap: 1rem; } .log * {