mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-30 15:18:50 +01:00
🔖 fix: Preset button Invisible on Narrow Screens & Mobile
- 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.
This commit is contained in:
parent
47a0f113a7
commit
28f4800e95
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
>
|
||||
<BookCopy className="icon-lg" aria-hidden="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue