From 390c974a5f5f7db2b1c72a3f216360304806fdf0 Mon Sep 17 00:00:00 2001 From: Me Here Date: Tue, 2 Jun 2026 08:25:59 -0500 Subject: [PATCH] editor: move VARASYS logo into the device top-left (out of the site header) Add the brand lockup to the device .appheader (before the PM_E-1 title) and hide it in .site-head, leaving the header with just nav (pushed right). Device logo sized to 30px. Applies to editor.html + editor-beta.html. --- editor-beta.html | 9 +++++++++ editor.html | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/editor-beta.html b/editor-beta.html index 9c433ae..c72fb26 100644 --- a/editor-beta.html +++ b/editor-beta.html @@ -76,6 +76,11 @@ up with the editor's left edge. */ #app { display:flex; gap:18px; max-width:none; margin:0 auto; align-items:flex-start; justify-content:center; } .site-head, .site-foot { max-width:none; } + /* Logo lives in the device's top-left corner (not the header) on the editor; header keeps just nav. */ + .site-head .brand { display:none; } + .site-head { justify-content:flex-end; } + .devbrand { line-height:0; } + .devbrand .brand-logo { height:30px; } .device { flex:1 1 auto; min-width:0; max-width:none; background:linear-gradient(180deg, var(--panel), var(--bg)); border:1px solid var(--edge); border-radius:16px; padding:18px; box-shadow:0 18px 50px rgba(0,0,0,.5); } .row { display:flex; gap:18px; flex-wrap:wrap; } @@ -261,6 +266,10 @@
+ + + +

PM_E‑1 PolyMeter Editor LIVE SYNC β

diff --git a/editor.html b/editor.html index c7adc9d..99e297f 100644 --- a/editor.html +++ b/editor.html @@ -76,6 +76,11 @@ up with the editor's left edge. */ #app { display:flex; gap:18px; max-width:none; margin:0 auto; align-items:flex-start; justify-content:center; } .site-head, .site-foot { max-width:none; } + /* Logo lives in the device's top-left corner (not the header) on the editor; header keeps just nav. */ + .site-head .brand { display:none; } + .site-head { justify-content:flex-end; } + .devbrand { line-height:0; } + .devbrand .brand-logo { height:30px; } .device { flex:1 1 auto; min-width:0; max-width:none; background:linear-gradient(180deg, var(--panel), var(--bg)); border:1px solid var(--edge); border-radius:16px; padding:18px; box-shadow:0 18px 50px rgba(0,0,0,.5); } .row { display:flex; gap:18px; flex-wrap:wrap; } @@ -261,6 +266,10 @@
+ + + +

PM_E‑1 PolyMeter Editor

◎ connect device