2026-06-27 15:05:31 +08:00
|
|
|
.reminder-notifier-list {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reminder-notifier-item {
|
|
|
|
|
border: 1px solid var(--background-modifier-border);
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reminder-notifier-item-title {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reminder-notifier-item-meta {
|
|
|
|
|
color: var(--text-muted);
|
|
|
|
|
font-size: var(--font-ui-smaller);
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reminder-notifier-actions {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 6px;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reminder-notifier-provider {
|
|
|
|
|
border-top: 1px solid var(--background-modifier-border);
|
|
|
|
|
margin-top: 14px;
|
|
|
|
|
padding-top: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reminder-notifier-json {
|
|
|
|
|
min-height: 110px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2026-06-27 15:12:40 +08:00
|
|
|
|
|
|
|
|
.reminder-notifier-view {
|
|
|
|
|
padding: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reminder-notifier-view .setting-item {
|
|
|
|
|
padding: 8px 0;
|
|
|
|
|
}
|