tedhinklater / finimalism

Jellyfin Theme CSS
GNU General Public License v3.0
94 stars 9 forks source link

Mobile Client Backgrounds Look Weird #16

Closed DrMkdaddy closed 4 hours ago

DrMkdaddy commented 4 hours ago

Screenshot_20241118_032109_Jellyfin.jpg

May be an issue out of the scope but the backdrop doesn't seem to render in or anything like that so there's a massive empty space where the title rests as well as an empty void. Additionally it doesn't fit the library view.

tedhinklater commented 4 hours ago

Thanks for the info! It'll be fixed in the update which will come through shortly, for now you can add this line to the end of your css if you wish to have the fix immediately

.layout-mobile .backgroundContainer { background-color: transparent;}