mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
style: options in mobile
This commit is contained in:
parent
a641a0e373
commit
0bc2db08c7
4 changed files with 10 additions and 10 deletions
|
|
@ -129,7 +129,7 @@ export default function TextChat({ isSearchView = false }) {
|
|||
<>
|
||||
<div className="fixed bottom-0 left-0 w-full md:absolute">
|
||||
<div className="relative py-2 md:mb-[-16px] md:py-4 lg:mb-[-32px]">
|
||||
<span className="ml-1 flex flex-col items-center justify-center gap-0 md:order-none md:m-auto md:w-full md:gap-2">
|
||||
<span className="flex w-full flex-col items-center justify-center gap-0 md:order-none md:m-auto md:gap-2">
|
||||
<OpenAIOptions />
|
||||
<ChatGPTOptions />
|
||||
<BingAIOptions />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue