refactor: reorder classes

This commit is contained in:
talksik
2026-03-19 07:20:35 -07:00
parent 8e29fed1e0
commit 71df45bb7f
+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 pl-1 pr-2 py-1 backdrop-blur-sm">
<div className="flex w-full items-center gap-2.5 rounded-full pl-1 pr-2 py-1 bg-black/30 backdrop-blur-sm">
<ControlsIndicator type={"reply"} />
</div>
</div>