From 5300ee426dc9797d9609bdf2b3f5fbc40cbd13e2 Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 4 Jun 2026 16:39:58 +0800 Subject: [PATCH] =?UTF-8?q?v1.4.6=20=E2=80=94=20=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E5=B7=A6=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 27d6645..3aeb8b8 100644 --- a/static/style.css +++ b/static/style.css @@ -1524,7 +1524,6 @@ body { .bp-item-type.evening { background: var(--danger-light); color: var(--danger); } .bp-item-type.study { background: var(--success-light); color: var(--success); } .bp-item-text { - flex: 1; font-size: 13px; color: var(--text); overflow: hidden; @@ -1534,10 +1533,7 @@ body { .bp-item-note { font-size: 11px; color: var(--text-muted); - margin-left: 8px; - max-width: 200px; - overflow: hidden; - text-overflow: ellipsis; + margin-left: 4px; white-space: nowrap; } .bp-list-empty {