Skip to content

temp: branch to video record #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/app/components/welcome/featured/dreamshaper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ export default function Dreamshaper({
<div
ref={outputPlayerRef}
className={cn(
"w-full max-w-[calc(min(100%,calc((100vh-16rem)*16/9)))] mx-auto md:aspect-video aspect-square bg-sidebar rounded-2xl overflow-hidden relative",
"w-full max-w-[calc(min(100%,calc(100vh-16rem)))] mx-auto aspect-square bg-sidebar rounded-2xl overflow-hidden relative",
isFullscreen && "w-full h-full max-w-none rounded-none",
)}
>
Expand Down Expand Up @@ -773,7 +773,7 @@ export default function Dreamshaper({
{/* Input prompt */}
<div
className={cn(
"relative mx-auto flex justify-center items-center gap-2 h-14 md:h-auto md:min-h-14 md:gap-2 mt-4 mb-2 dark:bg-[#1A1A1A] bg-white md:rounded-xl py-2.5 px-3 md:py-1.5 md:px-3 w-[calc(100%-2rem)] md:w-[calc(min(100%,800px))] border-2 border-muted-foreground/10",
"relative mx-auto flex justify-center items-center gap-2 h-14 md:h-auto md:min-h-14 md:gap-2 mt-4 mb-2 dark:bg-[#1A1A1A] bg-white md:rounded-xl py-2.5 px-3 md:py-1.5 md:px-3 w-full max-w-[calc(min(100%,calc(100vh-16rem)))] border-2 border-muted-foreground/10",
isFullscreen
? isMobile
? "fixed left-1/2 bottom-[calc(env(safe-area-inset-bottom)+16px)] -translate-x-1/2 z-[10000] w-[600px] max-w-[calc(100%-2rem)] max-h-16 rounded-2xl"
Expand Down