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:
Anirudh 2023-07-14 22:03:28 +05:30 committed by GitHub
parent 1a21eb5bae
commit 50374f7539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 41 additions and 574 deletions

View file

@ -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 />