From 64aa62f5e0da0153687a08f5dc394c4703abd45f Mon Sep 17 00:00:00 2001 From: tyler Date: Tue, 19 May 2026 02:35:05 -0400 Subject: [PATCH] Fixing a animation around the input box --- ollama_answers.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ollama_answers.py b/ollama_answers.py index 62f7bfa..c82c897 100644 --- a/ollama_answers.py +++ b/ollama_answers.py @@ -296,6 +296,8 @@ INTERACTIVE_CSS = ''' align-items: center; margin: 0 0.5rem; position: relative; + overflow: hidden; + border-radius: 4px; } .sxng-input { width: 100%; @@ -340,11 +342,6 @@ INTERACTIVE_CSS = ''' color: var(--color-result-link, #5e81ac); background: var(--color-base-background-hover, rgba(0,0,0,0.05)) !important; } - .sxng-input-wrapper { - position: relative; - overflow: hidden; - border-radius: 4px; - } .sxng-input-wrapper::before { content: ""; display: block;