fix: some ui issues (#346)

* fix: scroll button not visible in light mode

* fix: sidebar when there is a folder

When a folder is added in the sidebar and there are less items scroll
bar appears. This simple change fixes that behaviour

* fix: small devices regerate/Stop button below input

Below 768px Stop Genrating and Regerate Button remains hidden behind the
input. This is the fix for that
This commit is contained in:
Syed Muzamil
2023-04-02 10:41:03 +05:30
committed by GitHub
parent b7b6bbaaca
commit 91cbe0b104
4 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ export const Chatbar: FC<Props> = ({
{conversations.length > 0 ? (
<div
className="h-full pt-2"
className="pt-2"
onDrop={(e) => handleDrop(e)}
onDragOver={allowDrop}
onDragEnter={highlightDrop}