From 59c46222b5a8e195e8acbfefb8c9ffb57f459ac5 Mon Sep 17 00:00:00 2001 From: Tyler <68524461+TySP-Dev@users.noreply.github.com> Date: Sun, 17 May 2026 14:43:44 -0400 Subject: [PATCH] Updated dropdown hight --- ollama_answers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ollama_answers.py b/ollama_answers.py index a188e1b..9467e54 100644 --- a/ollama_answers.py +++ b/ollama_answers.py @@ -147,7 +147,7 @@ INTERACTIVE_CSS = ''' border-color: transparent; border-radius: 5px; outline: none; - height: 32px; + height: 25px; color: var(--color-search-url, #bbb); font-size: .9rem; padding: 1px 10px 1px 10px !important;