From ddcef0f27e5dfc1d652412488a1ba2b846e4ff96 Mon Sep 17 00:00:00 2001 From: jabrock Date: Tue, 12 Nov 2024 11:56:05 -0600 Subject: [PATCH] updates to handle mobile layout better --- app/src/components/content/answer.tsx | 10 +++++----- app/src/components/content/chat.tsx | 2 +- app/src/styles/app.css | 16 ++++++++++++++-- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/app/src/components/content/answer.tsx b/app/src/components/content/answer.tsx index 64276a6e..c15ad0c3 100644 --- a/app/src/components/content/answer.tsx +++ b/app/src/components/content/answer.tsx @@ -43,22 +43,22 @@ export const Answer = ({ item, sim }: Props) => { )} {!sim && (
  • -
    -
    +
    +
    -
    + {/*
    -
    +
    */}
  • )} diff --git a/app/src/components/content/chat.tsx b/app/src/components/content/chat.tsx index 2ad52692..bfa11d8d 100644 --- a/app/src/components/content/chat.tsx +++ b/app/src/components/content/chat.tsx @@ -70,7 +70,7 @@ export const Chat = ({ testId, data, questionChanged, question }: Props) => { return ( <> -
    +