Revert "Merge pull request #797 from arc53/fix_boxes_hero"

This reverts commit 0bf020a1b4, reversing
changes made to a62566e8fb.
This commit is contained in:
Alex
2023-12-11 12:18:47 +00:00
parent 0bf020a1b4
commit a4483cf255
2 changed files with 10 additions and 10 deletions

View File

@@ -242,7 +242,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
</p>
</NavLink>
{conversations && (
<div className="conversations-container max-h-[19rem] overflow-y-auto">
<div className="conversations-container max-h-[25rem] overflow-y-auto">
<p className="ml-6 mt-3 text-sm font-semibold">Chats</p>
{conversations?.map((conversation) => (
<ConversationTile