loof2736 / scyfin

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

Fix Header on Static Drawer Disabled #18

Closed JamsRepos closed 3 months ago

JamsRepos commented 3 months ago

This fixes the issue where if browsing to a different route other than the homepage, then the drawer would remain the width of the logo even though Jellyfin removes the logo on pages which aren't the homepage.

Before

Before

After

After

This also includes some more static mapping of the logos size, to fix minor div content leaking.

JamsRepos commented 3 months ago

Before

image

After

image

This is what c614398 looks like, I feel like it makes the content flow a bit better and is less harsh.