From 14c5ce2e697a94fff108d1c307765569443b2a03 Mon Sep 17 00:00:00 2001 From: martholomew Date: Tue, 26 Nov 2024 18:32:23 -0700 Subject: [PATCH 1/2] fix spacing issues --- ext/css/action-popup.css | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css index 8f007dd6b..0f536d55d 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -197,24 +197,6 @@ input[type=checkbox]~.toggle-group>.toggle-handle:active:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } -/* Actions */ - -.action-select-profile { - position: relative; -} - -select.profile-select { - width: 7em; - height: 100%; - box-sizing: border-box; - border: 0; - margin: 0; - cursor: pointer; - font-size: var(--font-size); - overflow: hidden; - text-overflow: ellipsis; -} - /* Action Containers */ h2.action-title { @@ -273,12 +255,32 @@ h2.action-title { justify-content: space-between; align-items: center; padding: 10px; + gap: 0.25em; } .action-container button { flex: 0 0 auto; } +/* Actions */ + +.action-container.action-select-profile { + position: relative; + gap: 0.5em; +} + +select.profile-select { + width: 7em; + height: 100%; + box-sizing: border-box; + border: 0; + margin: 0; + cursor: pointer; + font-size: var(--font-size); + overflow: hidden; + text-overflow: ellipsis; +} + /* Tooltip */ .tooltip { From 1fb33a7ca1d7cf401a2f4e80ad2281d45ca3755c Mon Sep 17 00:00:00 2001 From: martholomew Date: Tue, 26 Nov 2024 18:35:29 -0700 Subject: [PATCH 2/2] move tabindex --- ext/action-popup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/action-popup.html b/ext/action-popup.html index be862649f..9ea99dab4 100644 --- a/ext/action-popup.html +++ b/ext/action-popup.html @@ -20,12 +20,12 @@ Loading...
-