mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-05-09 08:25:58 +02:00
[GH-ISSUE #55] Feature Request: Allow custom CSS #24
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#24
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 @rubasace on GitHub (Feb 15, 2023).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/55
It would be very useful if the plugin added all CSS still respecting custom CSS by the user. This might allow knowledgable users to fine-tune the skins at their will.
One way could be somehow flagging the beginning and end of the skin CSS code and only replacing that part when setting the skin.
Alternatively, an extra input where users can put their "extra" CSS could also be useful.
@DexLuther commented on GitHub (Oct 2, 2023):
Alternatively, instead of applying a skin directly have the option to show the CSS instead. That way experienced users can merge it with their own and/or tweak even the built-in skins further. Especially to make them compatible with mobile, which they don't seem to be at the moment.