mainsail-crew / mainsail

Mainsail is the popular web interface for managing and controlling 3D printers with Klipper.
https://docs.mainsail.xyz
GNU General Public License v3.0
1.63k stars 341 forks source link

Camera FPS css issue #1900

Closed Jaizu closed 1 month ago

Jaizu commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Whatever you think that fits better ^^