fix(web): hauteur layout chat — h-dvh, barre/sidebar pleine hauteur (v0.36.2)
Shell passe en h-dvh (hauteur définie) au lieu de min-h-dvh : h-full des enfants résout, barre de saisie pinned en bas de page et sidebar pleine hauteur. Header shrink-0, root overflow-hidden. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016w5jRe87MGdd6AMvXQcHNi
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ function Shell() {
|
||||
`flex items-center gap-1.5 px-3 py-2 rounded-md text-sm ${isActive ? "bg-surface-2 text-accent" : "text-muted hover:text-fg"}`;
|
||||
|
||||
return (
|
||||
<div className="min-h-dvh flex flex-col">
|
||||
<header className="flex flex-wrap items-center gap-x-2 gap-y-1 border-b border-border bg-surface px-3 sm:px-4 py-2">
|
||||
<div className="h-dvh flex flex-col overflow-hidden">
|
||||
<header className="flex shrink-0 flex-wrap items-center gap-x-2 gap-y-1 border-b border-border bg-surface px-3 sm:px-4 py-2">
|
||||
<span className="font-bold tracking-wide text-accent glow mr-1 sm:mr-2">CHLOVA</span>
|
||||
<nav className="flex gap-1">
|
||||
<NavLink to="/chat" className={link}>
|
||||
|
||||
Reference in New Issue
Block a user