mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
fix: Minor UI Changes (#643)
* Minor UI Fixes * Link Icon, from index.ts * Import from components instead of svg * Fix Sidebar and Icons
This commit is contained in:
parent
1a21eb5bae
commit
50374f7539
8 changed files with 41 additions and 574 deletions
|
|
@ -135,7 +135,7 @@ export default function TextChat({ isSearchView = false }) {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="fixed bottom-0 left-0 w-full md:absolute">
|
||||
<div className="fixed bottom-0 left-0 w-full md:absolute border-transparent bg-gradient-to-b from-transparent via-white to-white pt-6 dark:border-white/20 dark:via-gray-800 dark:to-gray-800">
|
||||
<div className="relative py-2 md:mb-[-16px] md:py-4 lg:mb-[-32px]">
|
||||
<span className="flex w-full flex-col items-center justify-center gap-0 md:order-none md:m-auto md:gap-2">
|
||||
<OpenAIOptions />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue