Rename "Quick Bar" to "Stream Settings dialog"

This commit is contained in:
redphx
2024-05-26 11:42:19 +07:00
parent ac37fe05bc
commit 9166761780
5 changed files with 36 additions and 36 deletions

View File

@@ -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] {