welcome width

This commit is contained in:
Jade (Rose) Rowland 2024-10-14 15:19:16 -04:00
parent c191471e1e
commit c22c786cf2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ export function HorizontalPanel({ context }) {
pinned ? `min-h-[360px] max-h-[360px]` : 'min-h-10 max-h-10',
)}
>
<div className="flex h-full overflow-auto">
<div className="flex h-full overflow-auto ">
<PanelContent context={context} tab={tab} />
</div>

View File

@ -5,7 +5,7 @@ const baseNoTrailing = BASE_URL.endsWith('/') ? BASE_URL.slice(0, -1) : BASE_URL
export function WelcomeTab({ context }) {
return (
<div className="prose dark:prose-invert max-w-[600px] pt-2 font-sans pb-8 px-4">
<div className="prose dark:prose-invert min-w-full pt-2 font-sans pb-8 px-4 ">
<h3>
<span className={cx('animate-spin inline-block select-none')}>🌀</span> welcome
</h3>