fix: tighten Skill Workshop today actions

This commit is contained in:
Shakker
2026-05-31 22:09:48 +01:00
committed by Shakker
parent 3733cd8d63
commit a9e3eade5d

View File

@@ -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;
}