diff options
Diffstat (limited to 'src/ui.js')
| -rw-r--r-- | src/ui.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ body.darktheme { body { background: var(--theme-backdrop); font-family: sans-serif; + font-size: 11px; } `; @@ -42,7 +43,7 @@ section { position: absolute; overflow: hidden; - width: 350px; + width: 22em; color: var(--theme-note-fg); background: var(--theme-note-bg); |
