From 1594a454635c90de7de2c271b6a14b1bdeecdf87 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sat, 19 Feb 2022 15:14:03 -0800 Subject: [PATCH] increase pill size --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9b25b3a..c33d243 100644 --- a/index.html +++ b/index.html @@ -352,7 +352,7 @@ --help-command-columns: 1; --help-command-foreground: var(--base-foreground); --help-foreground: var(--base-foreground); - --pill-height: 3.25rem; + --pill-height: 3.5rem; --search-background: var(--base-background); --search-foreground: var(--base-foreground); --search-highlight-background: var(--base-foreground);