From a0379187482e68af0a1bfa2edeada1e177a19883 Mon Sep 17 00:00:00 2001 From: gutris1 <132797949+gutris1@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:35:06 +0700 Subject: [PATCH] Update style.css --- style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 64ef61bad..3476d8109 100644 --- a/style.css +++ b/style.css @@ -480,8 +480,20 @@ div.toprow-compact-tools{ } #settings_result{ - height: 1.4em; - margin: 0 1.2em; + height: auto; + width: auto; +} + +#settings_result.block{ + margin: 0 0.8em; + max-height: 10em; + overflow-y: auto !important; + background-color: var(--input-background-fill); +} + +#settings_result > div.svelte-1ed2p3z{ + margin: 0; + padding: 13px; } table.popup-table{