mirror of
https://github.com/Zippland/NanoComic.git
synced 2026-03-03 16:45:20 +08:00
Refactor layout and scrolling for chat and welcome screens
This commit is contained in:
@@ -15,7 +15,7 @@ export const WelcomeScreen: React.FC<WelcomeScreenProps> = ({
|
||||
onCancel,
|
||||
isLoading,
|
||||
}) => (
|
||||
<div className="flex flex-col items-center justify-center text-center px-4 flex-1 w-full max-w-3xl mx-auto gap-4">
|
||||
<div className="h-full flex flex-col items-center justify-center text-center px-4 flex-1 w-full max-w-3xl mx-auto gap-4">
|
||||
<div>
|
||||
<h1 className="text-5xl md:text-6xl font-semibold text-neutral-100 mb-3">
|
||||
Welcome.
|
||||
|
||||
Reference in New Issue
Block a user