From f23fff8566f53bdc0fe6f085098945840e0017c3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 11 Oct 2023 16:35:37 +0100 Subject: [PATCH] Fix ironbar launcher popup formatting --- home/hyprland/ironbar/config/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/hyprland/ironbar/config/style.css b/home/hyprland/ironbar/config/style.css index d6259977..459ab7d5 100644 --- a/home/hyprland/ironbar/config/style.css +++ b/home/hyprland/ironbar/config/style.css @@ -61,6 +61,7 @@ .clock, .workspaces .item, .launcher .item, +.popup-launcher .popup-item, .tray { background: @surface0; border-radius: 5px; @@ -68,6 +69,11 @@ margin-right: 5px; } +.popup-launcher .popup-item { + margin-top: 5px; + margin-bottom: 5px; +} + .workspaces .item, .launcher .item { border: 1px solid transparent;