loof2736 / scyfin

Custom theme for Jellyfin WebUI
GNU General Public License v3.0
213 stars 21 forks source link

Can I get back the detailRibbon? #1

Closed sannidhyaroy closed 1 year ago

sannidhyaroy commented 1 year ago

How can I get back the detail ribbon that was set to transparent in this theme:

.detailRibbon {
    background: transparent !important;
}

Normally Jellyfin shows the backdrop there.

loof2736 commented 1 year ago

If you paste this in your custom CSS (after where you imported scyfin) it would set back the color to default:

.detailRibbon {background: rgba(32, 32, 32, 0.8) !important;}

It isn't gonna look right though, since I modified a lot of stuff on the details page

But even with my theme, you should still be seeing the backdrop? Could you post a screenshot of what you are seeing / what you want?