mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
❇️ style(ModelSpecs): optimize for Long/Chinese name and mobile styling (#2731)
* style: hide nav toggle for mobile
* ❇️ style: optimize for Long/Chinese `modelSpec` name and mobile styling
This commit is contained in:
parent
fc9368e0e7
commit
4a5d06a774
4 changed files with 15 additions and 5 deletions
|
|
@ -70,8 +70,10 @@ export default function ModelSpecsMenu({ modelSpecs }: { modelSpecs: TModelSpec[
|
|||
return (
|
||||
<Root>
|
||||
<MenuButton
|
||||
primaryText={selected?.label ?? ''}
|
||||
selected={selected}
|
||||
className="min-h-11"
|
||||
textClassName="block items-center justify-start text-xs md:text-base whitespace-nowrap max-w-64 overflow-hidden shrink-0 text-ellipsis"
|
||||
primaryText={selected?.label ?? ''}
|
||||
endpointsConfig={endpointsConfig}
|
||||
/>
|
||||
<Portal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue