-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fix shorts #235
base: main
Are you sure you want to change the base?
Fix shorts #235
Conversation
Whoops. Had a brain fart when refactoring the screensaver fix. |
Thanks for working on this problem! |
@cremor can you take a picture? |
How did you take this picture? It looks more like the video is in the correct spot but the entire UI is offset |
It's just a photo I took with my phone. The short video was paused there, but that doesn't make a difference. |
You are right. The white border isn't in the center of the screen. The video itself seems to be in the center. |
Do you know how to use the web inspector tool? Can you check the computed styles of the top-most element that's offset incorrectly? |
No, but I think I could figure it out with a few hints. What software would I use to do that? I've only used WebOS Device Manager to install the app on the TV. |
You need node.js 22 LTS installed. Then download a copy of this repository and open the folder in terminal. Then run:
|
This PR is built on top of #234. That should be dealt with before this one.
Fixes #210, fixes #211, fixes #219
Changes