Changeset 0.37.19 (#232)

Co-authored-by: gobha <jasafpro@gmail.com>
Co-committed-by: gobha <jasafpro@gmail.com>
This commit is contained in:
2026-03-25 00:26:44 +00:00
committed by xcaliber
parent 54ceeb4299
commit be67feaa8e
21 changed files with 173 additions and 88 deletions

View File

@@ -95,7 +95,7 @@
display: flex;
}
.sw-notes-surface__search {
input.sw-notes-surface__search {
width: 100%;
padding: 6px 8px 6px 30px;
background: var(--bg, #0e0e10);
@@ -108,7 +108,7 @@
box-sizing: border-box;
}
.sw-notes-surface__search:focus {
input.sw-notes-surface__search:focus {
border-color: var(--accent, #b38a4e);
}