fix: improve controls indicator immersion
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user