From abf6c1499e79675a153109a87cb6235f615a0bdf Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Fri, 10 Oct 2025 16:24:53 +0200 Subject: [PATCH] more sensible preview default --- index.html | 9 ++------- style.css | 5 +++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 5bdaf14..2795ee8 100644 --- a/index.html +++ b/index.html @@ -119,13 +119,8 @@ lib.startGameLoop(loop);
-

- cattttttttttttttttttttttttttttttttttttttttttttttttttttttt.png -

- +

+
diff --git a/style.css b/style.css index cd05a9c..d59aaf3 100644 --- a/style.css +++ b/style.css @@ -214,6 +214,11 @@ footer { overflow-wrap: break-word; font-weight: bold; } + +#sprite-editor-preview-title:empty { + display: none; +} + #sprite-editor-preview-image { background-color: #1d2021; object-fit: contain;