From c419679099f59ab0e3f40ad8bd31a4ba94be0c38 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 3 Oct 2025 01:56:44 +0200 Subject: [PATCH] refactor(ui): remove horizontal line below collapse button - Remove border-bottom from bookmarks-header - Remove padding-bottom for cleaner appearance --- src/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.css b/src/index.css index 407e891e..a79c630e 100644 --- a/src/index.css +++ b/src/index.css @@ -117,8 +117,6 @@ body { justify-content: flex-start; align-items: center; margin-bottom: 1rem; - padding-bottom: 1rem; - border-bottom: 1px solid #333; } .toggle-sidebar-btn {