ext(affordances): wireNotesMonoToggle with chrome.storage.local persistence

This commit is contained in:
adlee-was-taken
2026-05-01 22:23:56 -04:00
parent 8855078179
commit e6eb698c4c
4 changed files with 77 additions and 0 deletions

View File

@@ -1449,3 +1449,11 @@ textarea {
font-size: 11px;
color: var(--danger, #c75a4f);
}
.notes-with-toggle {
display: flex;
align-items: center;
gap: 8px;
}
.f-notes--mono {
font-family: ui-monospace, "JetBrains Mono", "SF Mono", monospace !important;
}