From 1441d8d998fe1e345fc9c66a5dc58f2a23b62de5 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 5 Oct 2025 22:53:33 +0100 Subject: [PATCH] style: reduce padding between bookmark items and panel edge --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 58a4dbbe..391c6af3 100644 --- a/src/index.css +++ b/src/index.css @@ -125,7 +125,7 @@ body { } .bookmarks-container .bookmarks-list { - padding: 0.5rem; + padding: 0.25rem; overflow-y: auto; flex: 1; width: 100%; @@ -766,7 +766,7 @@ body { .individual-bookmark { background: #2a2a2a; - padding: 1.25rem; + padding: 1rem; border-radius: 8px; transition: all 0.2s ease; border: 1px solid #333; @@ -783,7 +783,7 @@ body { /* Compact view styles */ .individual-bookmark.compact { - padding: 0.3rem 0.5rem; + padding: 0.3rem 0.25rem; background: transparent; border-bottom: 1px solid #333; border-radius: 0;