mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-23 10:56:28 +02:00
27a62a2a02
Group playlists into folders using a configurable separator (default '/'). Three view modes: - Single: first-level grouping only (original behavior) - Tree: full recursive nesting with connecting lines (configurable indent and line color) - Navigation: drill-down view with stacked breadcrumb chain Folders are sorted before playlists at every level. New settings render as indented sub-options under the master 'Enable folders' toggle.
10 lines
194 B
CSS
10 lines
194 B
CSS
.row {
|
|
align-items: center;
|
|
}
|
|
|
|
.row-indented {
|
|
padding-left: var(--theme-spacing-lg);
|
|
margin-left: var(--theme-spacing-md);
|
|
border-left: 2px solid var(--theme-colors-surface);
|
|
}
|