From cd0c5fec03128556c23020a629a602b6d001e4d2 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Tue, 2 Jun 2026 07:06:17 +0900 Subject: [PATCH] Match mobile task state button height --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index bf3c5f7..ddae738 100644 --- a/static/style.css +++ b/static/style.css @@ -21237,8 +21237,11 @@ a.chat-link[href^="#research-"] { .task-card .task-state-badge { width: 20px; min-width: 20px; + height: 20px; + min-height: 20px; padding-left: 0; padding-right: 0; + box-sizing: border-box; justify-content: center; } .task-card .task-state-badge .task-state-label {