ui: restore flat top-level rail (drop nested PineAP sub-entries)

This commit is contained in:
2026-08-18 22:40:26 -05:00
parent 2044f08f1e
commit 9ce4f5dc8e
3 changed files with 4 additions and 30 deletions
@@ -143,12 +143,6 @@ body {
align-items: center; justify-content: center; margin-right: 14px; flex: none;
}
.entry-icon svg { width: 24px; height: 24px; display: block; }
#rail .entry.sub {
height: 36px; padding-left: 34px; font-size: 13px;
}
#rail .entry.sub .entry-icon { width: 18px; height: 18px; margin-right: 10px; }
#rail .entry.sub .entry-icon svg { width: 18px; height: 18px; }
#rail.open .entry.sub .entry-text { font-size: 12px; }
#topbar .btn.ghost { color: #fff; border-color: #fff; }
.entry-text { white-space: nowrap; opacity: 0; transition: opacity .2s; }
#rail.open .entry-text { opacity: 1; }