mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-04 22:57:19 +02:00
83 lines
1.4 KiB
Stylus
Executable File
83 lines
1.4 KiB
Stylus
Executable File
.bx-remote-play-settings {
|
|
margin-bottom: 12px;
|
|
padding-bottom: 12px;
|
|
border-bottom: 1px solid #2d2d2d;
|
|
|
|
> div {
|
|
display: flex;
|
|
}
|
|
|
|
label {
|
|
flex: 1;
|
|
font-size: 14px;
|
|
|
|
p {
|
|
margin: 4px 0 0;
|
|
padding: 0;
|
|
color: #888;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bx-remote-play-resolution {
|
|
display: block;
|
|
|
|
input[type="radio"] {
|
|
accent-color: var(--bx-primary-button-color);
|
|
margin-right: 6px;
|
|
|
|
&:focus {
|
|
accent-color: var(--bx-primary-button-hover-color);
|
|
}
|
|
}
|
|
}
|
|
|
|
.bx-remote-play-device-wrapper {
|
|
display: flex;
|
|
margin-bottom: 12px;
|
|
|
|
&:last-child {
|
|
margin-bottom: 2px;
|
|
}
|
|
}
|
|
|
|
.bx-remote-play-device-info {
|
|
flex: 1;
|
|
align-self: center;
|
|
padding: 4px 0;
|
|
}
|
|
|
|
.bx-remote-play-device-name {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.bx-remote-play-console-type {
|
|
font-size: 8px;
|
|
background: #004c87;
|
|
color: #fff;
|
|
display: inline-block;
|
|
border-radius: 8px;
|
|
padding: 2px 6px;
|
|
margin-left: 8px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.bx-remote-play-power-state {
|
|
color: #888;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.bx-remote-play-connect-button {
|
|
min-height: 100%;
|
|
margin: 4px 0;
|
|
}
|
|
|
|
.bx-remote-play-buttons {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|