From 54a91b51d68a415f3e9fbdcb8b128b2f479ed517 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 25 Jul 2023 22:56:39 +0200 Subject: [PATCH] style: settings popover spacing --- src/components/SettingsPopover.astro | 38 +++++++++++++++++----------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/src/components/SettingsPopover.astro b/src/components/SettingsPopover.astro index 73c3b40..0558a50 100644 --- a/src/components/SettingsPopover.astro +++ b/src/components/SettingsPopover.astro @@ -8,10 +8,12 @@ const { toggle } = Astro.props; ---