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

Custom server CSS not applying to web UI on Tizen? #288

Open
M4TH1EU opened this issue Aug 30, 2024 · 2 comments
Open

Custom server CSS not applying to web UI on Tizen? #288

M4TH1EU opened this issue Aug 30, 2024 · 2 comments

Comments

@M4TH1EU
Copy link

M4TH1EU commented Aug 30, 2024

I don't know if it is by design or not but any custom CSS applied in the server settings is not respected by the Tizen client.

I tried to manually input my custom CSS in Profile -> Display -> Custom CSS on the TV but it doesn't seem to work either...

The UI is feels a bit barebone at times and it would be nice if we could apply custom CSS on our TVs just like we can on desktop/mobile.

@M4TH1EU M4TH1EU changed the title Custom server CSS not applying to Tizen web UI? Custom server CSS not applying to web UI on Tizen? Aug 30, 2024
@M4TH1EU
Copy link
Author

M4TH1EU commented Aug 30, 2024

After more testing it seems that the Tizen client doesn't support relative paths.

works everywhere

@import url("https://jellyfin.xxxx.xxx/web/custom/css/test.css");

doesn't work on tizen but works everywhere else :

@import url("/web/custom/css/test.css");

@dmitrylyzo
Copy link
Collaborator

Because Tizen app uses the embedded webui, not the one on the server where your custom.css is located. So the relative path starts from the local internal location.

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

2 participants