From 254d56c874b9be179bd88cbe54a3f2dab33e46a9 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 26 Jan 2023 01:31:46 +0100 Subject: [PATCH] Add 10px gaps on both sides of eww bar (smaller min-width) --- home/.config/eww/eww.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/.config/eww/eww.scss b/home/.config/eww/eww.scss index cea8523..d1bfea7 100644 --- a/home/.config/eww/eww.scss +++ b/home/.config/eww/eww.scss @@ -40,9 +40,7 @@ } // TODO: Use ercentages (for some reason it fails now) - min-width: 1920px; - padding-right: 20px; - padding-left: 20px; + min-width: 1900px; } tooltip {