From e79b4a6310cec7edb237bca3084bac8bc9bed189 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 2 Mar 2024 09:53:35 -0700 Subject: [PATCH] Add border to sidebar and statusbar --- web/src/components/Statusbar.tsx | 2 +- web/src/components/navigation/Sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Statusbar.tsx b/web/src/components/Statusbar.tsx index df77c648f..e5564eecf 100644 --- a/web/src/components/Statusbar.tsx +++ b/web/src/components/Statusbar.tsx @@ -28,7 +28,7 @@ export default function Statusbar() { }, [stats]); return ( -
+
{cpuPercent && (
+