mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-05-09 08:25:58 +02:00
[GH-ISSUE #48] change request for JellyFlix theme playlist display #18
Labels
No labels
enhancement
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/jellyfin-plugin-skin-manager#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mattheweigand on GitHub (Sep 12, 2022).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/48
In the JellyFlix theme, in default.css line 1907, it includes this code:
This makes playlists display in a grid, filling up a horizontal line before going to the next row. This makes reading and arranging playlist orders pretty much impossible. I would like to request that "display: grid" be deleted so that the playlists can be arranged one item per line. This would allow dragging and dropping playlist items using the included listViewDragHandle.,
@danieladov commented on GitHub (Sep 12, 2022):
Hi, you should report this to the theme repo https://github.com/prayag17/JellyFlix
In the meantime, you can fix it by adding
to the custom CSS settings under general
@Akryum commented on GitHub (Dec 13, 2024):