From a275899a2e26eb6e330643f4cbe276d4a754e464 Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Mon, 13 Apr 2026 02:23:43 +0800 Subject: [PATCH] fix(ui): make task subtag buttons full width --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 058c03c..84c8fe9 100644 --- a/style.css +++ b/style.css @@ -671,6 +671,15 @@ line-height: 1.4; } +.bme-task-nav { + display: flex; + gap: 8px; +} + +.bme-task-nav-desktop { + flex-direction: column; +} + .bme-task-nav-btn { display: flex; align-items: center;