forked from github/onyx
Make starter messages visible on smaller screens (#5170)
This commit is contained in:
@@ -2834,7 +2834,7 @@ export function ChatPage({
|
||||
currentSessionChatState == "input" &&
|
||||
!loadingError &&
|
||||
!submittedMessage && (
|
||||
<div className="h-full w-[95%] mx-auto flex flex-col justify-center items-center">
|
||||
<div className="h-full w-[95%] mx-auto flex flex-col justify-center items-center">
|
||||
<ChatIntro selectedPersona={liveAssistant} />
|
||||
|
||||
{currentPersona && (
|
||||
|
||||
@@ -15,7 +15,7 @@ export function StarterMessages({
|
||||
<div
|
||||
key={-4}
|
||||
className={`
|
||||
short:hidden
|
||||
very-short:hidden
|
||||
mx-auto
|
||||
w-full
|
||||
${
|
||||
|
||||
Reference in New Issue
Block a user