From 59d4e80248e3d3d0ab58675b4759d316fb923ece Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 7 Feb 2022 00:09:47 -0500 Subject: [PATCH] Reserve top space for sidebar close button --- styles/Sidebar.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/Sidebar.module.css b/styles/Sidebar.module.css index 0816617..49e26d3 100644 --- a/styles/Sidebar.module.css +++ b/styles/Sidebar.module.css @@ -8,7 +8,7 @@ overflow-x: hidden; width: 300px; padding: 12px; - padding-top: 0px; + padding-top: 24px; border-right: 1px solid #222222; font-size: 0.875rem; } @@ -27,7 +27,7 @@ .close { position: fixed; - top: 8px; + top: 4px; left: 240px; font-size: 24px; margin-left: 12px;