Refactor player device structure and styles for HDMI connection representation

This commit is contained in:
Matt Batchelder
2026-02-21 12:41:45 -05:00
parent c4f3d7e881
commit ecba27595c
2 changed files with 75 additions and 59 deletions

View File

@@ -1606,15 +1606,11 @@ function oribi_render_platform_row( $a ) {
$ngd .= '<div class="ngd-tv__feet"><div class="ngd-tv__foot"></div><div class="ngd-tv__foot"></div></div>';
$ngd .= '</div>'; /* ngd-tv */
/* HDMI bridge from TV port to player */
$ngd .= '<div class="ngd-hdmi"></div>';
/* Player device */
/* Player device (stick style, plugged into TV right-side HDMI port) */
$ngd .= '<div class="ngd-player">';
$ngd .= '<div class="ngd-player__connector"></div>';
$ngd .= '<div class="ngd-player__body">';
$ngd .= '<div class="ngd-player__led"></div>';
$ngd .= '<div class="ngd-player__brand"></div>';
$ngd .= '<div class="ngd-player__port"></div>';
$ngd .= '</div>';
$ngd .= '<div class="ngd-player__check">';
$ngd .= '<svg viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">';