chore: tweak padding

This commit is contained in:
talksik
2026-03-18 17:42:43 -07:00
parent b54aaa3f08
commit 3b133bfd0a
+1 -1
View File
@@ -244,7 +244,7 @@ export function StreamView({ path, streamParticle }: StreamViewProps) {
{/* Bottom overlay: stream info + reply */}
<div className="absolute right-0 bottom-0 z-10 flex justify-center p-2">
<div className="flex w-full items-center gap-2.5 rounded-full bg-black/30 px-2 py-2 backdrop-blur-sm">
<div className="flex w-full items-center gap-2.5 rounded-full bg-black/30 pl-1 pr-2 py-1 backdrop-blur-sm">
<ControlsIndicator type={"reply"} />
</div>
</div>