Agent page: add top + left padding to the anatomy column (breathing room from navbar + sidebar)
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
e1fe3202b0
commit
a3bb16d838
@@ -967,7 +967,7 @@ function ClawAnatomyCanvas({ agent, teamName, avatarUrl, onToolsChanged, brain }
|
|||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
return (
|
return (
|
||||||
<div style={{ position: "absolute", inset: 0, display: "flex", flexDirection: "column", background: "radial-gradient(120% 90% at 50% 42%, #100e13 0%, #08080a 70%)" }}>
|
<div style={{ position: "absolute", inset: 0, display: "flex", flexDirection: "column", background: "radial-gradient(120% 90% at 50% 42%, #100e13 0%, #08080a 70%)" }}>
|
||||||
<div style={{ position: "relative", flex: 1, minHeight: 0, overflow: "auto", padding: "22px 20px 28px" }}>
|
<div style={{ position: "relative", flex: 1, minHeight: 0, overflow: "auto", padding: "46px 20px 28px 44px" }}>
|
||||||
<div style={{ maxWidth: 920, margin: 0, display: "flex", flexDirection: "column", alignItems: "center", gap: 20 }}>
|
<div style={{ maxWidth: 920, margin: 0, display: "flex", flexDirection: "column", alignItems: "center", gap: 20 }}>
|
||||||
{/* Name (left) · avatar (center) · title (right), above the activity card. */}
|
{/* Name (left) · avatar (center) · title (right), above the activity card. */}
|
||||||
<div style={{ width: "100%", display: "flex", flexDirection: "column", gap: 18 }}>
|
<div style={{ width: "100%", display: "flex", flexDirection: "column", gap: 18 }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user