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 @@