From df680c6b63ae36311f915dfc83811e1bd228a1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Fri, 31 May 2024 15:41:35 +0200 Subject: [PATCH] Restore UI container to proper size... --- css/bim.css | 3 +-- index.html | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/css/bim.css b/css/bim.css index b3681eb..dc7dfcb 100644 --- a/css/bim.css +++ b/css/bim.css @@ -8,7 +8,6 @@ #ui { position: absolute; top: 2rem; - min-width: 100vw; - min-height: 100vh; + max-width: 30vw; z-index: 5; } \ No newline at end of file diff --git a/index.html b/index.html index a8e925a..d0e43a6 100644 --- a/index.html +++ b/index.html @@ -36,9 +36,6 @@ -
- -
\ No newline at end of file