From 28f4800e95159f32fd44ccfa68a8782659a9535d Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 29 Dec 2025 11:41:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20fix:=20Preset=20button=20Invisib?= =?UTF-8?q?le=20on=20Narrow=20Screens=20&=20Mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed unnecessary responsive class from the PresetsMenu button to streamline styling. - Improved overall UI consistency by ensuring button styles align with the latest design standards. --- client/src/components/Chat/Menus/PresetsMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Chat/Menus/PresetsMenu.tsx b/client/src/components/Chat/Menus/PresetsMenu.tsx index c150b463c7..7ba0ae5c88 100644 --- a/client/src/components/Chat/Menus/PresetsMenu.tsx +++ b/client/src/components/Chat/Menus/PresetsMenu.tsx @@ -58,7 +58,7 @@ const PresetsMenu: FC = () => { id="presets-button" data-testid="presets-button" aria-label={localize('com_endpoint_examples')} - className="rounded-xl bg-presentation p-2 duration-0 hover:bg-surface-active-alt max-md:hidden" + className="rounded-xl bg-presentation p-2 duration-0 hover:bg-surface-active-alt" // className="inline-flex size-10 flex-shrink-0 items-center justify-center rounded-xl border border-border-light bg-transparent text-text-primary transition-all ease-in-out hover:bg-surface-tertiary disabled:pointer-events-none disabled:opacity-50 radix-state-open:bg-surface-tertiary" >