1 Commits

Author SHA1 Message Date
mac
5300ee426d v1.4.6 — 备注左对齐 2026-06-04 16:39:58 +08:00

View File

@@ -1524,7 +1524,6 @@ body {
.bp-item-type.evening { background: var(--danger-light); color: var(--danger); } .bp-item-type.evening { background: var(--danger-light); color: var(--danger); }
.bp-item-type.study { background: var(--success-light); color: var(--success); } .bp-item-type.study { background: var(--success-light); color: var(--success); }
.bp-item-text { .bp-item-text {
flex: 1;
font-size: 13px; font-size: 13px;
color: var(--text); color: var(--text);
overflow: hidden; overflow: hidden;
@@ -1534,10 +1533,7 @@ body {
.bp-item-note { .bp-item-note {
font-size: 11px; font-size: 11px;
color: var(--text-muted); color: var(--text-muted);
margin-left: 8px; margin-left: 4px;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.bp-list-empty { .bp-list-empty {