Jellyfin Forum
Finimalism [Updated for 10.10.X] - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: Finimalism [Updated for 10.10.X] (/t-finimalism-updated-for-10-10-x)

Pages: 1 2 3 4 5 6 7 8 9


RE: Finimalism [Updated for 10.10.X] - haze - 2024-12-24

(2024-12-24, 09:42 AM)Ted Hinklater Wrote: Got it, sorry to ask the obvious there. This should be a much simpler fix, will work at any height.
Code:
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism7.css");
@media (min-width: 2000px) {body {font-size: 1.7vh !important;}.layout-desktop .detailSectionContent,.layout-tv .detailSectionContent {font-size: 1.2em;}.layout-desktop .itemExternalLinks.focuscontainer-x,.layout-tv .itemExternalLinks.focuscontainer-x {font-size: 0.9em !important;width: 18em;top: 51em;}}@media (min-width: 2500px) {.cardOverlayButton-hover {font-size: 0.9em;}}

It works with this new code, thank you


RE: Finimalism [Updated for 10.10.X] - Iskelderon - 2024-12-25

Had to make this screenshot on my desktop, since the laptop with the 1600x900 screen cuts off the dropdowns for the subtitles and audio streams.
Probably an unwanted side effect of the recent upgrades.
It happens if you go to the detail page of an episode that has multiple streams for audio and subtitles. On smaller computers, the drodowns will be so far down that they're no longer accessible.
   


RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2024-12-25

ahh no on Christmas day as well

can you try this for me

Code:
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism-just-black.css");
@media (min-width: 1000px) {body {font-size: 1.55vh !important;}.layout-desktop .detailSectionContent,.layout-tv .detailSectionContent {font-size: 1.2em;}.layout-desktop .itemExternalLinks.focuscontainer-x, .layout-tv .itemExternalLinks.focuscontainer-x {font-size: 0.9em !important;width: 18em;top: 51em;}}



RE: Finimalism [Updated for 10.10.X] - Iskelderon - 2024-12-25

Thanks, that seemed to fix it!
Now all the necessary information fits within the upper 70% of the screen.


RE: Finimalism [Updated for 10.10.X] - hov - 2025-01-07

Hey this is very slick, thank you. I didn't realize these themes work on Jellyfin Media Player app too!


RE: Finimalism [Updated for 10.10.X] - Iskelderon - 2025-01-15

Any chance you could take a look at a certain edge case at some point?

On a setup with the dark theme and your skin on top, the InPlayerEpisodePreview plugin will use white as the hover background color, but since the text is also white, the text content will get washed out. This happens in both cases, if an element is collapsed (short mode) or expanded (long mode with the larger image).

   

Something like this will probably get you started:
Code:
.previewListItem:hover {
    color:black !important;
}

Thanks in advance!


RE: Finimalism [Updated for 10.10.X] - happyvoid - 2025-02-07

Music > album view is showing with odd spacing. Grid view set to Poster. Unsure what happened. Is this mayxbe related to finimalism? Any ideas how to get back to working music listings? Also affects artists listings.

Blurred album details intentionally.

   


RE: Finimalism [Updated for 10.10.X] - Ted Hinklater - 2025-02-07

Spacing's ok on my end

[Image: 2fwNx8e.png]