frontend: fix folder.svg usage

This commit is contained in:
2025-10-17 23:14:44 +02:00
parent 24c0b5fa52
commit fc4aae8c0c
9 changed files with 764 additions and 30 deletions
-6
View File
@@ -858,12 +858,6 @@ button.icon-button.ghost:hover:not([disabled]) {
padding-right: 3rem;
}
.folder-row span.name .folder-icon-image {
width: 1rem;
height: 1rem;
flex-shrink: 0;
}
.folder-row:hover {
background: var(--sidebar-hover-bg);
color: var(--fg);