From 3159fc4909a1acad5aae5699b6af27fd7ae6a5b4 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 2 Feb 2023 18:59:51 +0100 Subject: [PATCH] Center the elements in network panel and decrease size --- home/.config/eww/css/windows/_radio_menu.scss | 2 +- home/.config/eww/windows/radio-menu.yuck | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.config/eww/css/windows/_radio_menu.scss b/home/.config/eww/css/windows/_radio_menu.scss index f22ffee..e6d0e48 100644 --- a/home/.config/eww/css/windows/_radio_menu.scss +++ b/home/.config/eww/css/windows/_radio_menu.scss @@ -32,7 +32,7 @@ button { @include rounding; - padding: 1rem; + padding: .5rem; label { font-size: 1.5rem; diff --git a/home/.config/eww/windows/radio-menu.yuck b/home/.config/eww/windows/radio-menu.yuck index c072d65..c9a51b5 100644 --- a/home/.config/eww/windows/radio-menu.yuck +++ b/home/.config/eww/windows/radio-menu.yuck @@ -21,6 +21,7 @@ (box :class "element icon" :space-evenly false + :halign "center" (button :class "wifi-button" :tooltip "${net.state} (strength: ${net.signal}%)" @@ -45,6 +46,7 @@ (box :class "element icon" :space-evenly false + :halign "center" (button :class "bluetooth-button" :onclick "scripts/bluetooth toggle"