From 16ea3f016b0bab9fff64eb9191c5d18f0283a4e6 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 25 Jan 2024 14:48:06 -0600 Subject: [PATCH] refactor(wofi): set min height for entry to 28px --- dots/.config/wofi/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/wofi/style.css b/dots/.config/wofi/style.css index 0ff9c136..75509318 100644 --- a/dots/.config/wofi/style.css +++ b/dots/.config/wofi/style.css @@ -118,7 +118,7 @@ window { border: none; border-radius: 16px; background-color: transparent; - min-height: 32px; + min-height: 28px; font-weight: bold; }