feat: improved layout and captions

This commit is contained in:
talksik
2026-03-25 15:05:38 -07:00
parent 986a389606
commit 3c1d9cd4a7
6 changed files with 125 additions and 75 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ export default function NetworkRoot() {
<ParticleListView path={path} />
<AutoplayOverlay networkId={networkId!} />
<ComposeOverlay networkId={networkId!} />
<ControlsIndicator type={"new"} />
<div className="flex justify-end">
<ControlsIndicator type={"new"} />
</div>
</div>
);
}