From c614398806dee19cc7d51dd717561785cf9460b6 Mon Sep 17 00:00:00 2001 From: Jam <1347620+JamsRepos@users.noreply.github.com> Date: Sun, 19 May 2024 16:08:43 +0100 Subject: [PATCH] refactor: :lipstick: Remove border off main drawer to give a more sleek look --- CSS/css-scyfin/scyfin-theme.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index 68e5329..c4b23cf 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -13,8 +13,6 @@ width: 250px !important; /* Modified background color */ background-color: #181818 !important; - /* Added border to right side */ - border-right: 1px solid #3B3B3B !important; /* Move drawer behind header */ z-index: 998 !important; }