From ace44d709e2e272debc134ccf8f7872bce228c6a Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 21 Jul 2025 13:40:59 -0500 Subject: [PATCH] Inline padding for popup__items, not popup__groups --- app/assets/stylesheets/popup.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 3258c9a87..e0263b88a 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -51,7 +51,6 @@ background: transparent; border-radius: 0.3em; max-inline-size: 100%; - padding-inline: var(--inline-space); .btn { --btn-background: transparent; @@ -79,7 +78,7 @@ --btn-border-radius: 0.3em; --btn-border-size: 0; --btn-font-weight: 500; - --btn-padding: var(--inline-space-half) 0 var(--inline-space-half) var(--inline-space); + --btn-padding: var(--inline-space-half) var(--inline-space); flex: 1 1 auto; justify-content: start;