From 61073283a5c7c34d53bc2f28a48aeab6b75fca5e Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 29 Dec 2025 22:23:00 +0100 Subject: [PATCH] Remove default margin in index.html --- gui/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/index.html b/gui/index.html index 802ebb9..ca5c21b 100644 --- a/gui/index.html +++ b/gui/index.html @@ -11,6 +11,8 @@ body { /* same background color as the Slint app */ background: #1b1b1b; + /* make it seamless */ + margin: 0; } #canvas { /* Force Slint to occupy the entire viewport */