From 07fa69478fa7496f4da9542386c3d8ab5b0b2f41 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 28 Jul 2026 16:39:06 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.28=20=E2=80=94=20=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=B8=B8=E8=A7=84=E6=A8=A1=E5=BC=8F=E4=B9=9F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 56d402f..4c670e9 100644 --- a/static/style.css +++ b/static/style.css @@ -1819,8 +1819,7 @@ body { .evening-drag { position: absolute; left: 6px; top: 8px; } /* 任务备注 */ -.btn-note-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 14px; padding: 2px 4px; border-radius: 4px; transition: all 0.15s; flex-shrink: 0; } -.card.editing .btn-note-toggle { display: inline-flex; } +.btn-note-toggle { display: inline-flex; background: none; border: none; cursor: pointer; font-size: 14px; padding: 2px 4px; border-radius: 4px; transition: all 0.15s; flex-shrink: 0; } .btn-note-toggle:hover { background: var(--bg); } .btn-note-toggle.has-note { color: var(--primary); } .item-note { display: none; width: 100%; padding: 6px 10px; border: 1px solid var(--border); border-radius: 6px; font-size: 12px; font-family: inherit; color: var(--text); background: var(--bg); resize: vertical; min-height: 28px; box-sizing: border-box; margin-top: 6px; }