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

Camera FPS css issue #1900

Closed
Jaizu opened this issue Jun 6, 2024 · 3 comments · Fixed by #1901
Closed

Camera FPS css issue #1900

Jaizu opened this issue Jun 6, 2024 · 3 comments · Fixed by #1901
Labels
⚡ Type: Bug Something isn't working

Comments

@Jaizu
Copy link

Jaizu commented Jun 6, 2024

Mainsail Version:

v2.11.2

Browser:

Chrome

Device:

Desktop PC

Operating System:

Windows

What happened?

FPS text is not readable

What did you expect to happen instead?

Having readable text

How to reproduce this bug?

Check the camera fps counter

Additional information:

image

@Jaizu Jaizu added the ⚡ Type: Bug Something isn't working label Jun 6, 2024
@Jaizu
Copy link
Author

Jaizu commented Jun 6, 2024

solved on my computer with custom css but cant apply that on mobile

@-moz-document url-prefix("http://192.168.0.17:4409/") {
    .webcamFpsOutput[data-v-72cc9e9c] {
        color: white;
    }
}

@meteyou
Copy link
Member

meteyou commented Jun 6, 2024

Thx for your bugreport! I created a PR to fix this issue, but i used a white background in the light theme, instead of changing the text color.

@Jaizu
Copy link
Author

Jaizu commented Jun 6, 2024

Whatever you think that fits better ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants