From 6bfe22594a2602cf3ddce98c51dd2dfc36e03f52 Mon Sep 17 00:00:00 2001 From: luccast <2213102+luccast@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:23:06 -0500 Subject: [PATCH] Refactor SessionList component styles for improved responsiveness - Updated the SessionList component to conditionally apply margin and padding based on the collapsed state, enhancing layout responsiveness. - Simplified button styles by removing unnecessary border properties for a cleaner appearance. - Adjusted footer styles to ensure consistent spacing and visual appeal when collapsed. --- src/components/monitor/SessionList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/monitor/SessionList.tsx b/src/components/monitor/SessionList.tsx index 7fe2dd4..94b153a 100644 --- a/src/components/monitor/SessionList.tsx +++ b/src/components/monitor/SessionList.tsx @@ -82,7 +82,7 @@ export function SessionList({ {/* Header */}