From a9e3eade5d0942bf440bf8c0314ea3dbac8a398a Mon Sep 17 00:00:00 2001 From: Shakker Date: Sun, 31 May 2026 22:09:48 +0100 Subject: [PATCH] fix: tighten Skill Workshop today actions --- ui/src/styles/skill-workshop.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/styles/skill-workshop.css b/ui/src/styles/skill-workshop.css index 61a67b0b844..2b7eb4d3b9c 100644 --- a/ui/src/styles/skill-workshop.css +++ b/ui/src/styles/skill-workshop.css @@ -1254,10 +1254,10 @@ } .sw-today__big { - min-height: 72px; - padding: 12px 14px; + min-height: 60px; + padding: 9px 12px; border-radius: 12px; - font-size: 13.5px; + font-size: 12.5px; font-weight: 600; cursor: pointer; font-family: inherit; @@ -1283,9 +1283,9 @@ } .sw-today__big-sub { - font-size: 10.5px; + font-size: 10px; font-weight: 400; - line-height: 1.3; + line-height: 1.25; opacity: 0.66; }