From 663d7750bada40796ace29489ca680d09f6db877 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 01:15:27 +0100 Subject: [PATCH] Adjust padding and dimensions in folder item styling --- src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index ea9c1f0..401a3f9 100644 --- a/src/index.css +++ b/src/index.css @@ -284,7 +284,7 @@ body { display: flex; align-items: center; gap: 10px; - padding: 10px 12px; + padding: 6px 12px; border-radius: 14px; border: 1px solid transparent; background: var(--bg-elevated); @@ -294,12 +294,12 @@ body { } .folder-item:hover { - border-color: rgba(255, 255, 255, 0.12); + border-color: transparent; } .folder-item__toggle { - width: 22px; - height: 22px; + width: 26px; + height: 26px; display: inline-flex; align-items: center; justify-content: center; @@ -308,7 +308,7 @@ body { color: var(--muted); cursor: pointer; padding: 0; - font-size: 1rem; + font-size: 1.2rem; } .folder-item__title {