mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-13 00:19:17 +02:00
Rename "Quick Bar" to "Stream Settings dialog"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.bx-quick-settings-bar {
|
||||
.bx-stream-settings-dialog {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
z-index: var(--bx-stream-settings-z-index);
|
||||
@@ -7,7 +7,7 @@
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.bx-quick-settings-tabs {
|
||||
.bx-stream-settings-tabs {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 420px;
|
||||
@@ -39,7 +39,7 @@
|
||||
}
|
||||
|
||||
|
||||
.bx-quick-settings-tab-contents {
|
||||
.bx-stream-settings-tab-contents {
|
||||
flex-direction: column;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
@@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
|
||||
.bx-quick-settings-row {
|
||||
.bx-stream-settings-row {
|
||||
display: flex;
|
||||
border-bottom: 1px solid #40404080;
|
||||
margin-bottom: 16px;
|
||||
@@ -116,14 +116,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bx-quick-settings-bar-note {
|
||||
.bx-stream-settings-dialog-note {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-weight: lighter;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.bx-quick-settings-tab-contents {
|
||||
.bx-stream-settings-tab-contents {
|
||||
div[data-group="shortcuts"] {
|
||||
> div {
|
||||
&[data-has-gamepad=true] {
|
||||
|
Reference in New Issue
Block a user