diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 61f9e29..cb69a69 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -4899,20 +4899,20 @@ p:last-child { margin-bottom: 0; } filter: drop-shadow(0 0 4px rgba(76,175,80,.6)); } -/* ── Signal wrap (cloud + vertical line to player) ─────────── */ +/* ── Signal wrap (globe + vertical line to player) ─────────── */ .ngd-signal-wrap { position: absolute; /* body centre X: player left(428) + connector(18) + body half(42) = 488 - cloud width 74px → half = 37 → left = 488 − 37 = 451px */ - left: 451px; + globe width 88px → half = 44 → left = 488 − 44 = 444px */ + left: 444px; top: 22px; - width: 74px; + width: 88px; display: flex; flex-direction: column; align-items: center; } .ngd-cloud { - width: 74px; + width: 88px; flex-shrink: 0; } .ngd-cloud__svg { @@ -4928,7 +4928,7 @@ p:last-child { margin-bottom: 0; } /* Vertical signal line */ .ngd-signal-line { width: 3px; - height: 109px; + height: 92px; background: rgba(76,175,80,.35); border-radius: 2px; position: relative; @@ -5052,10 +5052,10 @@ p:last-child { margin-bottom: 0; } .ngd-player__body { width: 68px; height: 24px; } .ngd-player__body::before { top: 5px; left: 6px; width: 24px; height: 10px; } .ngd-player__led { width: 3px; height: 3px; right: 6px; } - /* body centre-x: 210+12+34=256; cloud 62px → half=31 → wrap left=225 */ - .ngd-signal-wrap { left: 225px; top: 18px; width: 62px; } - /* line: wrap.top(18)+cloud_h(~38)=56 to player.top(135) → 79px */ - .ngd-signal-line { height: 79px; } + /* body centre-x: 210+12+34=256; globe 72px → half=36 → wrap left=220 */ + .ngd-signal-wrap { left: 220px; top: 18px; width: 72px; } + /* line: wrap.top(18)+globe_h(~52)=70 to player.top(135) → 65px */ + .ngd-signal-line { height: 65px; } } /* ── Reduced-motion overrides ───────────────────────────────── */ diff --git a/theme/blocks/index.php b/theme/blocks/index.php index 2283bb6..0f1a84e 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -1626,7 +1626,11 @@ function oribi_render_platform_row( $a ) { $ngd .= '
'; $ngd .= '
'; $ngd .= ''; - $ngd .= ''; + $ngd .= ''; + $ngd .= ''; + $ngd .= ''; + $ngd .= ''; + $ngd .= ''; $ngd .= ''; $ngd .= '
'; $ngd .= '
';