Adjust margin for folder item text

This commit is contained in:
2026-02-01 02:01:32 +01:00
parent d8db15f958
commit 3a48a0a38d

View File

@@ -312,6 +312,7 @@ body:not([data-theme="light"]) .folder-item {
color: var(--muted);
cursor: pointer;
padding: 0;
margin-left: -4px;
font-size: 1.2rem;
}