From 796db65c18566ce6882bb95516d1f5a431f9ee09 Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Sat, 13 Dec 2025 19:49:59 +0700 Subject: [PATCH] resize navbar gap --- public/css/app.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 0b32357..7ad7196 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -22873,10 +22873,6 @@ .sidebar-wrapper .sidebar-header { font-weight: 700 } -.sidebar-wrapper .sidebar-header img { - height: 1.2rem -} - .sidebar-wrapper .sidebar-toggler.x { position: absolute; right: 1.75rem; @@ -22886,7 +22882,7 @@ .sidebar-wrapper .sidebar-toggler.x { .sidebar-wrapper .menu { padding-left: 0; - margin-top: 2rem; + margin-top: 1rem; padding: 0 2rem; font-weight: 600 } @@ -22931,7 +22927,7 @@ .sidebar-wrapper .menu .sidebar-link:hover { .sidebar-wrapper .menu .sidebar-item { list-style: none; - margin-top: .5rem; + margin-top: .2rem; position: relative }