mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Update CSS of Quick video settings bar
This commit is contained in:
parent
d29447173c
commit
ce54aa4580
@ -1025,7 +1025,7 @@ function setupVideoSettingsBar() {
|
|||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 540px;
|
width: 620px;
|
||||||
background: #1a1b1e;
|
background: #1a1b1e;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@ -1044,21 +1044,21 @@ function setupVideoSettingsBar() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.better_xcloud_quick_settings_bar label {
|
.better_xcloud_quick_settings_bar label {
|
||||||
font-size: 20px;
|
font-size: 24px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.better_xcloud_quick_settings_bar input {
|
.better_xcloud_quick_settings_bar input {
|
||||||
width: 20px;
|
width: 24px;
|
||||||
height: 20px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.better_xcloud_quick_settings_bar button {
|
.better_xcloud_quick_settings_bar button {
|
||||||
border: none;
|
border: none;
|
||||||
width: 20px;
|
width: 24px;
|
||||||
height: 20px;
|
height: 24px;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
line-height: 20px;
|
line-height: 24px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user