From 76e19a04582cb3b72d398c1e895bed1029ca43c3 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 26 Jan 2021 12:23:16 +0100 Subject: make things a little smaller --- src/ui.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui.js') diff --git a/src/ui.js b/src/ui.js index 1bb44b2..32ac5f9 100644 --- a/src/ui.js +++ b/src/ui.js @@ -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); -- cgit v1.2.3