From ea74307b9bef02bb4bc3a3a4cbd0ced9fb319641 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Thu, 15 Feb 2024 17:17:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(demo)=20fix=20asset=20path=20and?= =?UTF-8?q?=20layout=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Asset paths were wrong so once built the application contained broken links. Then fix a layout issue. --- apps/demo/src/index.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/demo/src/index.scss b/apps/demo/src/index.scss index 44634a8..9d2f390 100644 --- a/apps/demo/src/index.scss +++ b/apps/demo/src/index.scss @@ -28,7 +28,7 @@ html { html, body, #root { width: 100%; - height: 100%; + min-height: 100%; margin: 0; } @@ -93,12 +93,13 @@ html, body, #root { } html[data-theme="redflux"] { - background: #000000D7 url(redflux_bg.webp) 50%/cover no-repeat fixed; + background: #000000D7 url(/redflux_bg.webp) 50%/cover no-repeat fixed; background-blend-mode: darken; } html[data-theme="blueney"] { - background: url(blueney_bg.jpg) 50%/cover no-repeat fixed; + background: url(/blueney_bg.jpg) 50%/cover no-repeat fixed; + } // Create