chore: always show top bar for necessary metadata

This commit is contained in:
talksik
2026-03-21 13:40:48 -07:00
parent 80afa58ac9
commit a87b1d86a1
+2 -2
View File
@@ -391,7 +391,7 @@ export function StreamView({ path, streamParticle }: StreamViewProps) {
/>
{/* Bottom overlay: stream info + reply */}
<div className="absolute right-0 left-0 bottom-0 z-10">
<div className="absolute right-0 bottom-0 z-10">
<ControlsIndicator type={"reply"}>
<div className="flex items-center gap-1 text-xs text-white/70">
<SeenIndicator stream={streamParticle} currentParticle={currentParticle} networkId={networkId} />
@@ -412,7 +412,7 @@ function TopBar({ networkId, particle, streamParticle }: { networkId: string; pa
const navigate = useNavigate();
return (
<div className="drag-region flex flex-row px-4 gap-5 items-center opacity-0 hover:opacity-100 transition-all">
<div className="drag-region flex flex-row px-4 gap-5 items-center">
<WindowControls />
<Breadcrumb className="no-drag rounded-full bg-black/30 backdrop-blur-sm px-3 py-1 mx-auto">