fixing shrinking input

This commit is contained in:
Seth Forsgren 2022-12-08 15:43:01 -08:00
parent fc8c6e13a8
commit 64c4f9f2e7
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export default function PromptPanel({
return (
<>
<main className="z-10 fixed md:static md:w-2/3 md:min-h-screen">
<main className="z-10 fixed w-full md:static md:w-2/3 md:min-h-screen">
<div className="pl-10 pr-10 md:pl-20">
<div className="sm-landscape:h-[62vh] h-[78vh] md:h-[80vh] flex flex-col justify-around pt-[10vh] pr-5">
{getDisplayPrompts().map((prompt, index) => (