Update Remote Play's CSS

This commit is contained in:
redphx 2024-01-13 15:49:03 +07:00
parent a8996fe3a5
commit da2a3c87bc

View File

@ -2968,7 +2968,7 @@ class RemotePlay {
CE('div', {'class': 'bx-remote-play-device-info'}, CE('div', {'class': 'bx-remote-play-device-info'},
CE('div', {}, CE('div', {},
CE('span', {'class': 'bx-remote-play-device-name'}, con.deviceName), 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]), 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 { .bx-remote-play-button svg {
width: 32px; width: 28px;
height: 46px; height: 46px;
} }
@ -8208,7 +8208,7 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
.bx-remote-play-console-type { .bx-remote-play-console-type {
font-size: 12px; font-size: 12px;
background: #888; background: #004c87;
color: #fff; color: #fff;
display: inline-block; display: inline-block;
border-radius: 14px; border-radius: 14px;