chore: always show top bar for necessary metadata
This commit is contained in:
@@ -391,7 +391,7 @@ export function StreamView({ path, streamParticle }: StreamViewProps) {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Bottom overlay: stream info + reply */}
|
{/* 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"}>
|
<ControlsIndicator type={"reply"}>
|
||||||
<div className="flex items-center gap-1 text-xs text-white/70">
|
<div className="flex items-center gap-1 text-xs text-white/70">
|
||||||
<SeenIndicator stream={streamParticle} currentParticle={currentParticle} networkId={networkId} />
|
<SeenIndicator stream={streamParticle} currentParticle={currentParticle} networkId={networkId} />
|
||||||
@@ -412,7 +412,7 @@ function TopBar({ networkId, particle, streamParticle }: { networkId: string; pa
|
|||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
return (
|
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 />
|
<WindowControls />
|
||||||
|
|
||||||
<Breadcrumb className="no-drag rounded-full bg-black/30 backdrop-blur-sm px-3 py-1 mx-auto">
|
<Breadcrumb className="no-drag rounded-full bg-black/30 backdrop-blur-sm px-3 py-1 mx-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user