From 9e43bcbfe9a4ec8a81d4766f562967f5406af068 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 15 Jun 2023 17:17:48 -0400 Subject: better map bg renderer --- client/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/css') 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; -- cgit v1.2.3-freya