From da2a3c87bc1f14f578ddad72c0e4e09799bdee69 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:49:03 +0700 Subject: [PATCH] Update Remote Play's CSS --- better-xcloud.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index d04d9d8..bf41916 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -2968,7 +2968,7 @@ class RemotePlay { CE('div', {'class': 'bx-remote-play-device-info'}, CE('div', {}, CE('span', {'class': 'bx-remote-play-device-name'}, con.deviceName), - CE('span', {'class': 'bx-remote-play-console-type'}, con.consoleType) + CE('span', {'class': 'bx-remote-play-console-type'}, con.consoleType.replace('Xbox', '')) ), CE('div', {'class': 'bx-remote-play-power-state'}, RemotePlay.#STATE_LABELS[con.powerState]), ), @@ -7217,7 +7217,7 @@ a.bx-button { } .bx-remote-play-button svg { - width: 32px; + width: 28px; height: 46px; } @@ -8208,7 +8208,7 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] { .bx-remote-play-console-type { font-size: 12px; - background: #888; + background: #004c87; color: #fff; display: inline-block; border-radius: 14px;