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