Skip to content

Commit 07c482f

Browse files
authored
Make starter messages visible on smaller screens (#5170)
1 parent cf193de commit 07c482f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/app/chat/ChatPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2834,7 +2834,7 @@ export function ChatPage({
28342834
currentSessionChatState == "input" &&
28352835
!loadingError &&
28362836
!submittedMessage && (
2837-
<div className="h-full w-[95%] mx-auto flex flex-col justify-center items-center">
2837+
<div className="h-full w-[95%] mx-auto flex flex-col justify-center items-center">
28382838
<ChatIntro selectedPersona={liveAssistant} />
28392839

28402840
{currentPersona && (

web/src/components/assistants/StarterMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function StarterMessages({
1515
<div
1616
key={-4}
1717
className={`
18-
short:hidden
18+
very-short:hidden
1919
mx-auto
2020
w-full
2121
${

0 commit comments

Comments
 (0)