diff --git a/web/css/ui.css b/web/css/ui.css index 49ef51935..81264e0fc 100644 --- a/web/css/ui.css +++ b/web/css/ui.css @@ -228,6 +228,11 @@ color: #7e7e7e; } +#mirror-stream { + image-rendering: pixelated; + width: 100%; + height: 100%; +} #screen { display: flex; diff --git a/web/index.html b/web/index.html index 61bbc6ddb..efb9c8d2d 100644 --- a/web/index.html +++ b/web/index.html @@ -34,6 +34,7 @@
+