feat(settings): show hint in theme picker when scheduler is active

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-04-08 15:51:43 +02:00
parent d832dfb253
commit 47fcade3b3
9 changed files with 24 additions and 0 deletions
+12
View File
@@ -2384,6 +2384,18 @@
padding: var(--space-5);
}
.settings-hint {
font-size: 0.8rem;
padding: 0.5rem 0.75rem;
border-radius: var(--radius-md);
line-height: 1.45;
}
.settings-hint-info {
background: color-mix(in srgb, var(--accent) 12%, transparent);
border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
color: var(--text-secondary);
}
/* ─ Help Page ─ */
.help-list {
display: flex;