[GH-ISSUE #77] Add custom CSS #43

Open
opened 2026-05-06 13:14:09 +02:00 by BreizhHardware · 0 comments

Originally created by @Mars160 on GitHub (Oct 16, 2024).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/77

Thank you so much for your team, it's a great plugin.
I have a small request, it would be cool if you could add custom css code to an existing theme.
For example, I like the Ultrachromic theme, but I'm not particularly satisfied with it not expanding my media library, so I need to manually add the following code in the jellyfin settings.

@media all and (min-width: 00em) { .homePage .emby-scroller { margin-right: 0; } .homePage .emby-scrollbuttons { display: none; } .homePage .itemsContainer { align-items: center; flex-wrap: wrap; } }

But whenever I use your plugin to modify the theme, my custom css will be overwritten, causing my edits to be lost.
So I wonder if it is possible to add custom css functionality to your plugin so that I can add custom css in the plugin without worrying about it being overwritten.

My English is poor so I used Google Translate. Hope it doesn't make any trouble to you!

Originally created by @Mars160 on GitHub (Oct 16, 2024). Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/77 Thank you so much for your team, it's a great plugin. I have a small request, it would be cool if you could add custom css code to an existing theme. For example, I like the Ultrachromic theme, but I'm not particularly satisfied with it not expanding my media library, so I need to manually add the following code in the jellyfin settings. ```css @media all and (min-width: 00em) { .homePage .emby-scroller { margin-right: 0; } .homePage .emby-scrollbuttons { display: none; } .homePage .itemsContainer { align-items: center; flex-wrap: wrap; } } ``` But whenever I use your plugin to modify the theme, my custom css will be **overwritten**, causing my edits to be lost. So I wonder if it is possible to add custom css functionality to your plugin so that I can **add custom css in the plugin** without worrying about it being overwritten. My English is poor so I used Google Translate. Hope it doesn't make any trouble to you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/jellyfin-plugin-skin-manager#43
No description provided.