From ae171fd96152d60d2d8652f65c08bba4e882506c Mon Sep 17 00:00:00 2001 From: Decobus Date: Tue, 22 Jul 2025 16:42:24 -0400 Subject: [PATCH] Fix status dot alignment in Footer component - Restructure connection status layout for better hierarchy - Move status dot to be inline with Connected/Disconnected text - Use proper flex alignment (items-center) for dot and text - Separate title from status indicator for cleaner UI - Maintain consistent spacing with gap-2 --- components/Footer.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 9d2e03c..edbcb26 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -81,10 +81,10 @@ export default function Footer() {
{/* Connection Status */}
-
-
-
-

OBS Studio

+
+

OBS Studio

+
+

{obsStatus?.connected ? 'Connected' : 'Disconnected'}