From aef91abc1c349573ae48b5f4ab532e802d9aa2fe Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 28 Feb 2026 11:25:16 -0300 Subject: [PATCH] fix: remove background grid pattern and ensure absolute full screen desktop --- ui/suite/desktop.html | 53 +++++++--------------------- ui/suite/partials/desktop-inner.html | 52 +++++---------------------- 2 files changed, 22 insertions(+), 83 deletions(-) diff --git a/ui/suite/desktop.html b/ui/suite/desktop.html index 6fcf1a9..779ea27 100644 --- a/ui/suite/desktop.html +++ b/ui/suite/desktop.html @@ -31,14 +31,20 @@ overflow: hidden; height: 100vh; width: 100vw; + margin: 0; + padding: 0; display: flex; } /* Core Layout replicating BUILD V3 screenshot styling */ .build-container { width: 100%; - height: 100vh; + height: 100%; display: flex; + position: absolute; + inset: 0; + z-index: 1000; + background: var(--bg, #ffffff); } /* Left Sidebar */ @@ -225,39 +231,13 @@ text-align: center; } - /* The background abstract pattern from BUILD V3 */ - .bg-grid { - position: absolute; - inset: 0; - background-image: linear-gradient(to right, var(--bg-grid, #f0fdf4) 1px, transparent 1px), linear-gradient(to bottom, var(--bg-grid, #f0fdf4) 1px, transparent 1px); - background-size: 40px 40px; - z-index: 0; - pointer-events: none; - } + .bg-grid { display: none; } - .bg-svg { - position: absolute; - top: -10%; - left: -10%; - width: 120%; - height: 120%; - z-index: 0; - opacity: 0.6; - pointer-events: none; - } + .bg-svg { display: none !important; } - .bg-svg path { - fill: none; - stroke: var(--bg-grid-stroke, #e6f2eb); - stroke-width: 45; - stroke-linecap: round; - stroke-linejoin: round; - } + - .bg-svg path.inner { - stroke: var(--bg-grid-stroke-inner, #f7faf9); - stroke-width: 41; - } + /* Bottom Taskbar */ .toolbar { @@ -394,15 +374,8 @@
-
- - - - - - - - + +
diff --git a/ui/suite/partials/desktop-inner.html b/ui/suite/partials/desktop-inner.html index 4cf9a8c..fd75368 100644 --- a/ui/suite/partials/desktop-inner.html +++ b/ui/suite/partials/desktop-inner.html @@ -12,8 +12,8 @@ font-family: 'Fira Code', 'Fira Sans', Arial, sans-serif !important; background: var(--bg) !important; overflow: hidden !important; - height: 100% !important; - width: 100% !important; + height: 100vh !important; + width: 100vw !important; display: flex !important; } @@ -31,7 +31,7 @@ /* Left Sidebar */ .sidebar { width: 51px; - height: 100%; + height: 100vh; background: var(--surface); border-right: 1px solid var(--border); display: flex; @@ -197,40 +197,13 @@ margin-top: auto; } - /* The background abstract pattern from BUILD V3 */ - .bg-grid { - position: absolute; - inset: 0; - background-image: linear-gradient(to right, var(--border) 1px, transparent 1px), linear-gradient(to bottom, var(--border) 1px, transparent 1px); - background-size: 40px 40px; - z-index: 0; - pointer-events: none; - } + .bg-grid { display: none; } - .bg-svg { - position: absolute; - top: -10%; - left: -10%; - width: 120%; - height: 120%; - z-index: 0; - opacity: 0.6; - pointer-events: none; - display: block !important; - } + .bg-svg { display: none !important; } - .bg-svg path { - fill: none; - stroke: var(--surface-hover, #e6f2eb); - stroke-width: 45; - stroke-linecap: round; - stroke-linejoin: round; - } + - .bg-svg path.inner { - stroke: var(--surface, #f7faf9); - stroke-width: 41; - } + /* Bottom Taskbar */ .toolbar { @@ -330,15 +303,8 @@
-
- - - - - - - - + +