completionId: cgen-253bf41e17024bad8632695cf3c7abca

cgen-253bf41e17024bad8632695cf3c7abca
This commit is contained in:
Builder.io 2025-11-11 00:39:29 +00:00
parent 7921839b51
commit fa2c4174b7

View file

@ -130,8 +130,8 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
return (
<div className="min-h-screen bg-aethex-gradient">
<header className="sticky top-0 z-50 border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-down">
<div className="container mx-auto max-w-7xl flex min-h-16 h-auto items-center justify-between px-4 py-2 gap-2 min-w-0">
<header className="sticky top-0 z-50 border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-down overflow-hidden">
<div className="container mx-auto max-w-7xl flex min-h-16 h-auto items-center justify-between px-4 py-2 gap-1 md:gap-2 min-w-0 overflow-x-auto">
{/* Logo */}
<div className="flex items-center shrink-0 relative">
{/* Desktop - Regular Link */}