This commit is contained in:
2025-03-25 00:02:52 +11:00
parent 3d08672ec8
commit 45648e7111
2 changed files with 50 additions and 42 deletions

View File

@@ -10,21 +10,11 @@
margin-left: 0;
}
/* Icon and title styling */
.title-icon {
margin-right: 5px;
font-size: 0.9em;
color: var(--color-orange);
flex-shrink: 0;
/* Sort value styling */
.nav-file-title-content::before {
margin-right: 4px;
}
.has-icon {
display: flex;
align-items: center;
}
.nav-file-title-content {
padding: 0;
line-height: 1.1;
@@ -38,3 +28,18 @@
.nav-folder .nav-folder .nav-folder-title {
padding-left: 12px !important;
}
/* Sort value styling */
.has-sort-value::before {
content: attr(data-sort-value);
color: var(--color-yellow);
margin-right: 2px;
}
/* Title styling */
.has-title::after {
content: attr(data-title);
color: var(--color-orange);
font-size: 0.85em;
opacity: 0.8;
}