From b914d13d4e3126fa076014667956786bc148a810 Mon Sep 17 00:00:00 2001 From: tyler Date: Tue, 19 May 2026 02:48:10 -0400 Subject: [PATCH] Removing the boarder around model dropdown --- ollama_answers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ollama_answers.py b/ollama_answers.py index 6408d7b..457d24e 100644 --- a/ollama_answers.py +++ b/ollama_answers.py @@ -346,7 +346,7 @@ INTERACTIVE_CSS = ''' background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Cg%20fill%3D%22%23aaa%22%3E%0A%3Cpolygon%20points%3D%22128%2C192%20256%2C320%20384%2C192%22%2F%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E") calc(100% + 2rem) / 1rem no-repeat content-box border-box; background-color: var(--color-base-background-hover, rgba(0,0,0,0.06)); text-overflow: ellipsis; - border: 1px solid var(--color-result-border, rgba(0,0,0,0.1)); + border: 0px solid var(--color-result-border, rgba(0,0,0,0.1)); border-right-width: 2rem; border-right-color: transparent; border-radius: 5px;