From cd7fe1ccdabe3fd238a17ddb7aba0667aa008849 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 04:27:48 +0200 Subject: [PATCH] Add optional border-radius to index.html --- node/server/public/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index 671bb74..6ec1af0 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -28,13 +28,15 @@ height: 100vh; overflow: hidden; background: #000; + /* border-radius:15px; // Optional */ } canvas { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); - /* width/height wird durch JS gesetzt */ + /* width/height wird von JS gesetzt */ + /* Wichtig: Keine max-width/max-height */ } /* Optional: Overlay z-index */ #spirit-info {