1
0
forked from github/onyx

Make starter messages visible on smaller screens (#5170)

This commit is contained in:
Chris Weaver
2025-08-07 16:49:18 -07:00
committed by GitHub
parent cf193dee29
commit 07c482f727
2 changed files with 2 additions and 2 deletions

View File

@@ -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 && (

View File

@@ -15,7 +15,7 @@ export function StarterMessages({
<div
key={-4}
className={`
short:hidden
very-short:hidden
mx-auto
w-full
${