video settings (Library tab): hide music-only content on video side

The Library tab is entirely music-specific today (file-org templates, music
library paths, post-processing, conversion, listening stats), so hide all of it
on the video side via one rule. Future video library settings (root folders,
video naming) just need data-video-only to remain visible. Music side untouched.
This commit is contained in:
BoulderBadgeDad 2026-06-14 00:55:35 -07:00
parent 6f653f190a
commit da3f89314b

View file

@ -134,6 +134,12 @@ body[data-side="video"] #navidrome-folder-selector-container {
body[data-side="video"] [data-music-only] {
display: none !important;
}
/* The whole Library tab is music-specific today (file-org templates, music
paths, post-processing, conversion, stats) hide it all on the video side.
Future video library settings just need data-video-only to stay visible. */
body[data-side="video"] [data-stg="library"]:not([data-video-only]) {
display: none !important;
}
/* ── Dashboard header: match music, minus the sweep animation ──────────── */
/* The header reuses music's .dashboard-header markup/CSS for an identical look;