summaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'client/css')
-rw-r--r--client/css/main.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/css/main.css b/client/css/main.css
index d1d97e8..86b8fd8 100644
--- a/client/css/main.css
+++ b/client/css/main.css
@@ -72,6 +72,16 @@ input {
margin-bottom: .215rem;
}
+#container img {
+ image-rendering: pixelated;
+}
+
+#canvas {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+}
+
#fps {
position: absolute;
left: 0;