From e6768cbd4313f314980bf8fb99b413bde81f0fe9 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Wed, 2 Sep 2026 14:09:33 +0200 Subject: [PATCH] =?UTF-8?q?Verbessere=20das=20Styling=20der=20Zeit-=20und?= =?UTF-8?q?=20Pauseneintr=C3=A4ge=20durch=20Anpassung=20von=20Zeilenh?= =?UTF-8?q?=C3=B6he=20und=20Abst=C3=A4nden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/WeekOverview.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/WeekOverview.vue b/frontend/src/views/WeekOverview.vue index 784bb29..3980337 100755 --- a/frontend/src/views/WeekOverview.vue +++ b/frontend/src/views/WeekOverview.vue @@ -507,6 +507,7 @@ onBeforeUnmount(() => { .time-entry { margin-bottom: 4px; font-size: 0.9rem; + line-height: 1.2rem; } .pause-entry { @@ -527,11 +528,15 @@ onBeforeUnmount(() => { .total-work-time { font-weight: 500; color: #333; + margin-bottom: 4px; + line-height: 1.2rem; } .total-pause-time { color: #666; - font-size: 0.9rem; + font-size: 0.85rem; + margin-bottom: 4px; + line-height: 1.2rem; } .net-work-time {