From 586cc79ebb05dead66b5fed9efa92eaf7ef3c1d4 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 18 Dec 2025 11:23:05 -0600 Subject: [PATCH] Adjust button offset for bottom notch on mobile --- app/assets/stylesheets/card-perma.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/card-perma.css b/app/assets/stylesheets/card-perma.css index 792ba33e4..a9a774c8b 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -145,6 +145,7 @@ } @media (max-width: 799px) { + --half-btn-height: 1.5rem; --padding-inline: 1.5ch; column-gap: 0;