v2.1.19 — 日历同步弹窗显示每个事件的日期

This commit is contained in:
mac
2026-07-28 13:40:45 +08:00
parent caec0196bb
commit b5d7720e52
2 changed files with 5 additions and 3 deletions

View File

@@ -1461,7 +1461,7 @@ body {
.sync-event + .sync-event { border-top: 1px solid var(--bg); }
.sync-event-icon { flex-shrink: 0; }
.sync-event-text { flex: 1; }
.sync-event-time { font-size: 11px; color: var(--text-muted); margin-left: 6px; }
.sync-event-meta { font-size: 11px; color: var(--text-muted); }
.sync-modal-footer {
padding: 12px 20px;
border-top: 1px solid var(--border);