fix: errors

This commit is contained in:
2025-08-06 14:59:39 +08:00
parent c4ad0c1dc9
commit aa20b6d7e6
10 changed files with 188 additions and 23 deletions

View File

@@ -205,23 +205,34 @@
flex: 1;
min-width: 0;
overflow: hidden;
display: flex;
flex-direction: column;
gap: 1px;
}
.nav-title {
display: block;
font-size: 14px;
line-height: 1.3;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text-primary);
}
.nav-subtitle {
font-size: 11px;
color: var(--text-muted);
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
opacity: 0.8;
}
.nav-description {
display: block;
font-size: 12px;
color: var(--text-muted);
margin-top: 1px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;