refactor(ui): remove horizontal line below collapse button

- Remove border-bottom from bookmarks-header
- Remove padding-bottom for cleaner appearance
This commit is contained in:
Gigi
2025-10-03 01:56:44 +02:00
parent e644f07828
commit c419679099

View File

@@ -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 {