diff --git a/ui/suite/tasks/tasks.css b/ui/suite/tasks/tasks.css index adc0c5e..67f08f1 100644 --- a/ui/suite/tasks/tasks.css +++ b/ui/suite/tasks/tasks.css @@ -355,13 +355,13 @@ body:has(.tasks-app) { background: var(--surface-hover, #141414); border: 2px solid var(--border, #2a2a2a); border-radius: 12px; - padding: 12px 16px; - padding-left: 20px; + padding: 20px 24px; + padding-left: 28px; cursor: pointer; transition: all 0.2s ease; position: relative; overflow: hidden; - min-height: 48px; + min-height: 72px; } .task-card::before { @@ -413,16 +413,16 @@ body:has(.tasks-app) { display: flex; justify-content: space-between; align-items: center; - gap: 8px; + gap: 12px; margin-bottom: 0; } .task-card-title { - font-size: 13px; - font-weight: 500; + font-size: 15px; + font-weight: 600; color: var(--text, #fff); margin: 0; - line-height: 1.3; + line-height: 1.4; flex: 1; white-space: nowrap; overflow: hidden; @@ -431,10 +431,10 @@ body:has(.tasks-app) { } .task-card-status { - font-size: 10px; + font-size: 11px; font-weight: 700; - padding: 4px 8px; - border-radius: 4px; + padding: 6px 12px; + border-radius: 6px; text-transform: uppercase; white-space: nowrap; background: var(--surface, #1a1a1a);