From a96583fcacb514e07c47541a840a4d54ea9fcd51 Mon Sep 17 00:00:00 2001 From: William Idakwo <30729966+vixen24@users.noreply.github.com> Date: Tue, 23 Dec 2025 18:51:13 +0100 Subject: [PATCH] Add margin to details inside popup styles Allow focus indicator to display in full when navigating with the keyboard (using TAB) --- app/assets/stylesheets/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 189cfef5b9..d5b1e1e72f 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -106,6 +106,7 @@ details & { margin-inline-start: 0.75ch; + margin-block-start: 0.35ch; } }