From 7f4413852d1248c157159f23ce5f726194d270fb Mon Sep 17 00:00:00 2001 From: Marcel Raddatz Date: Fri, 10 Apr 2026 12:53:29 +0200 Subject: [PATCH] fix(planner): bump front face font sizes again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit name: 17→19px, meta: 12→14px, tags: 10→12px, day-abbr: 11→13px, day-num: 12→14px Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/planner/DesktopDayTile.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/planner/DesktopDayTile.svelte b/frontend/src/lib/planner/DesktopDayTile.svelte index 731bc39..7bb9d8c 100644 --- a/frontend/src/lib/planner/DesktopDayTile.svelte +++ b/frontend/src/lib/planner/DesktopDayTile.svelte @@ -295,7 +295,7 @@ z-index: 2; } .tile-day-abbr { - font-size: 11px; + font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.85); @@ -307,7 +307,7 @@ display: flex; align-items: center; justify-content: center; - font-size: 12px; + font-size: 14px; font-weight: 500; color: rgba(255,255,255,.9); background: rgba(255,255,255,.22); @@ -327,7 +327,7 @@ z-index: 2; } .tile-name { - font-size: 17px; + font-size: 19px; font-weight: 300; color: #fff; line-height: 1.3; @@ -335,7 +335,7 @@ text-shadow: 0 1px 3px rgba(0,0,0,.4); } .tile-meta { - font-size: 12px; + font-size: 14px; color: rgba(255,255,255,.75); margin: 2px 0 0; } @@ -346,7 +346,7 @@ margin-top: 5px; } .tile-tag { - font-size: 10px; + font-size: 12px; font-weight: 500; padding: 2px 5px; border-radius: 2px;