From 6e6ea1765a48b29ed7850ee13ab4f35526f955f5 Mon Sep 17 00:00:00 2001 From: Tyler <68524461+TySP-Dev@users.noreply.github.com> Date: Fri, 15 May 2026 12:57:26 -0400 Subject: [PATCH] UI Adjustments --- ai_answers.py | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/ai_answers.py b/ai_answers.py index 5a93655..8729c41 100644 --- a/ai_answers.py +++ b/ai_answers.py @@ -153,11 +153,11 @@ INTERACTIVE_CSS = ''' font-size: 0.78em; cursor: pointer; width: auto; - max-width: 160px; + max-width: 6rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 6l5-6 5 6z' fill='%234a9eff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right; - background-size: 10%; + background-size: 15%; display: none; vertical-align: middle; line-height: 1.4; @@ -187,7 +187,6 @@ INTERACTIVE_HTML = ''' -