v1.4.6 — 备注左对齐

This commit is contained in:
mac
2026-06-04 16:39:58 +08:00
parent 8ac6f1af6b
commit 5300ee426d

View File

@@ -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 {