Adjust padding and dimensions in folder item styling

This commit is contained in:
2026-02-01 01:15:27 +01:00
parent 1d9c1246dd
commit 663d7750ba

View File

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