Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ultrachromic seems to be broken in Jellyfin 10.9.0 #88

Open
CyferShepard opened this issue May 12, 2024 · 4 comments
Open

Ultrachromic seems to be broken in Jellyfin 10.9.0 #88

CyferShepard opened this issue May 12, 2024 · 4 comments

Comments

@CyferShepard
Copy link

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
Copy link

Dunky-Z commented May 14, 2024

same here.
how can i reset to default theme.

@keesfluitman
Copy link

keesfluitman commented May 14, 2024

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

  • Chrome, Developer Tools
  • Network
  • Hard Refresh Ctrl + F5
  • Block the theme.css or default.css (I believe)
  • Hard Refresh Ctrl + F5
  • change the Theme
  • Unblock the css again, in case you ever forget it when you set themes again.

@nathangur
Copy link

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
Copy link

TheWaslijn commented May 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants