CTalvio / Ultrachromic

The final form, the true evolution of the chromic theme saga!
MIT License
609 stars 36 forks source link

Ultrachromic seems to be broken in Jellyfin 10.9.0 #88

Open CyferShepard opened 3 months ago

CyferShepard commented 3 months ago

Describe the bug Ultrachromic seems to be broken in Jellyfin 10.9.0 EG Settings Dashboard seems to be collapsed to less than a line of thickness, can barely see anything

To Reproduce Used these options @import url('https://ctalvio.github.io/Monochromic/default_style.css'); @import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/fixes.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/jf_font.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/login/login_frame.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/fields/fields_border.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/titlepage/title_simple-logo.css'); @import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/overlayprogress.css'); @import url('https://ctalvio.github.io/Monochromic/backdrop-hack_style.css');

Screenshots image

Dunky-Z commented 3 months ago

same here. how can i reset to default theme.

keesfluitman commented 3 months ago

same here. how can i reset to default theme.

I have it working with Kaleidochromic adding this to custom css in general

@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/presets/kaleidochromic_preset.css');

But I had the same issue whilst using the Plugin to change themes or any other theme. What I did to put it back to default, was to go to

nathangur commented 3 months ago

I use the Kaleidochromic theme and manually fixed the broken css.

If anyone wants to use it here is the css code. The dashboard is missing a bit of theming but it's fine.

@import url('https://nathangur.github.io/ghpages/Kaleidochromic/default_style.css'); @import url('https://nathangur.github.io/ghpages/Monochromic/improve-performance_style.css'); @import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css'); @import url('https://nathangur.github.io/ghpages/Monochromic/improve-performance_style.css'); @import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css'); :root {--accent: 98.00787045,121.00999580324999,204.99450000000002;} :root {--rounding: 12px;}

TheWaslijn commented 3 months ago

If anyone knows how to remove the CSS now that these pages are broken please let me know, I am also stuck with this, lol

Nvm, I figured it out. Regardless I hope it'll be fixed soon