From 12fa1db0db3b6ec54b94c0073da376d1e04d34d6 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 19 Oct 2025 22:54:19 +0200 Subject: [PATCH] style: adjust progress bar margin in compact cards - Reduce left margin from 1.75rem to 1.5rem for better visual balance --- src/components/BookmarkViews/CompactView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BookmarkViews/CompactView.tsx b/src/components/BookmarkViews/CompactView.tsx index 5cddd3cc..74c78a4f 100644 --- a/src/components/BookmarkViews/CompactView.tsx +++ b/src/components/BookmarkViews/CompactView.tsx @@ -82,7 +82,7 @@ export const CompactView: React.FC = ({ background: 'var(--color-border)', overflow: 'hidden', margin: '0', - marginLeft: '1.75rem' + marginLeft: '1.5rem' }} >