From ca222fa40e968118f7d73eb444aa23a8bfb05080 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 6 Jul 2025 18:33:35 -0400 Subject: [PATCH] [mv3] Minor CSS change --- platform/mv3/extension/css/picker-ui.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/mv3/extension/css/picker-ui.css b/platform/mv3/extension/css/picker-ui.css index 5bde96a74..b36ce2ac2 100644 --- a/platform/mv3/extension/css/picker-ui.css +++ b/platform/mv3/extension/css/picker-ui.css @@ -10,7 +10,6 @@ :root aside { background-color: var(--surface-1); border: 1px solid var(--border-2); - max-height: 40vh; max-width: min(32rem, 100vw - 4px); min-width: min(24rem, 100vw - 4px); row-gap: 1em; @@ -39,8 +38,7 @@ #ubol-picker textarea { border: 0; box-sizing: border-box; - height: 6em; - min-height: 3em; + min-height: 5em; resize: none; width: 100%; } @@ -78,6 +76,7 @@ #ubol-picker #candidateFilters { font-family: monospace; font-size: small; + max-height: 40vh; min-height: 6em; overflow-y: auto; word-break: break-all;