Remove unused styles and add folder item icon styling

This commit is contained in:
2026-02-01 01:58:49 +01:00
parent e4aa205ab2
commit 975190efd0

View File

@@ -271,11 +271,6 @@ body {
word-break: break-word;
}
.prompt-item__meta {
font-size: 0.8rem;
color: var(--muted);
}
.folder-node {
display: flex;
flex-direction: column;
@@ -320,6 +315,13 @@ body:not([data-theme="light"]) .folder-item {
font-size: 1.2rem;
}
.folder-item__icon {
width: 16px;
height: 16px;
flex: 0 0 16px;
display: block;
}
.folder-item__title {
font-weight: 600;
flex: 1;