Move file linking to component detail view, consistent with images

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 00:24:35 +00:00
parent f0bedc80a7
commit 61d52d8076
3 changed files with 58 additions and 54 deletions

View File

@@ -1571,6 +1571,12 @@ nav {
gap: 0.3rem;
}
.detail-file-row {
display: flex;
align-items: center;
gap: 0.5rem;
}
.detail-file-link {
color: var(--accent);
text-decoration: none;