diff --git a/popup.css b/popup.css index 8c35107..da830bc 100644 --- a/popup.css +++ b/popup.css @@ -95,6 +95,21 @@ body { gap: 4px; } +.inline-field { + display: flex; + align-items: center; + gap: 8px; +} + +.inline-field label { + margin: 0; + flex: 0 0 auto; +} + +.inline-field select { + flex: 1; +} + label { font-size: 10px; text-transform: uppercase; diff --git a/popup.html b/popup.html index 563e072..5b507ce 100644 --- a/popup.html +++ b/popup.html @@ -17,7 +17,7 @@
-
+