Initial Obsidian reminder notifier plugin
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
.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%;
|
||||
}
|
||||
Reference in New Issue
Block a user