Browse Source

Improve WebUI progress bar rendering

PR #17258.
adaptive-webui-19844
Mike Lei 2 years ago committed by GitHub
parent
commit
d3850cf98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/webui/www/private/css/style.css

1
src/webui/www/private/css/style.css

@ -517,6 +517,7 @@ td.generalLabel { @@ -517,6 +517,7 @@ td.generalLabel {
#progress canvas {
height: 100%;
image-rendering: pixelated;
left: 0;
position: absolute;
top: 0;

Loading…
Cancel
Save