Set height to 100% for folder-item in index.css

This commit is contained in:
2026-02-01 03:52:29 +01:00
parent 28809839f2
commit 3ccb7bbe68

View File

@@ -664,6 +664,7 @@ body:not([data-theme="light"]) .folder-item {
border-right: 1px solid var(--border);
user-select: none;
overflow: hidden;
height: 100%;
counter-reset: line;
}