mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Update Remote Play's CSS
This commit is contained in:
parent
a8996fe3a5
commit
da2a3c87bc
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user