fix: improve controls indicator immersion

This commit is contained in:
talksik
2026-03-19 11:47:47 -07:00
parent 8b555b377b
commit 78320f33c8
4 changed files with 8 additions and 11 deletions
+3 -3
View File
@@ -13,10 +13,10 @@ export default function NetworkRoot() {
const path = particlePath(networkId!, []);
return (
<>
<div className="flex flex-col h-full relative">
<ParticleListView path={path} />
<ControlsIndicator type={"new"} />
<ComposeOverlay networkId={networkId!} />
</>
<ControlsIndicator type={"new"} />
</div>
);
}