From d43927a1678ae50dcbcd6e8f757cf6739c88b433 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sun, 10 Dec 2023 16:28:20 +0300 Subject: [PATCH] Fix_hero Fix of hero section for chrome and firefox. Fix of conversations-container pushing containers below. --- frontend/src/Hero.tsx | 18 +++++++++--------- frontend/src/Navigation.tsx | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index cb55ca1fe..2d07e24be 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -36,14 +36,14 @@ export default function Hero({ className = '' }: { className?: string }) {
{/* first */} -
+
{/* Add Mobile check here */} {isMobile ? ( @@ -84,11 +84,11 @@ export default function Hero({ className = '' }: { className?: string }) {
{/* second */} -
+
{/* Add Mobile check here */} {isMobile ? ( @@ -121,11 +121,11 @@ export default function Hero({ className = '' }: { className?: string }) {
{/* third */} -
+
{/* Add Mobile check here */} {isMobile ? ( diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index d3df8b445..c7b51cb10 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -242,7 +242,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {

{conversations && ( -
+

Chats

{conversations?.map((conversation) => (