FileBrowser Folder

This commit is contained in:
chk
2026-06-14 22:46:21 +02:00
parent ed171baea1
commit 7ccd2eb972
8 changed files with 303 additions and 100 deletions

View File

@@ -84,6 +84,21 @@ body {
border-radius: 10px;
}
/* ===== BREADCRUMB ===== */
.breadcrumb {
font-size: 12px;
color: var(--muted);
margin-bottom: 8px;
min-height: 18px;
}
.bc-seg {
cursor: pointer;
color: var(--accent);
text-decoration: underline;
text-underline-offset: 2px;
}
.bc-seg:hover { color: var(--text); }
/* ===== PROGRAM LIST ===== */
#program-list {
display: flex;