mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-09-20 11:09:40 +02:00
Fix some buttons not hiding when the System menu bar is collapsed
This commit is contained in:
@@ -6958,6 +6958,12 @@ function addCss() {
|
|||||||
src: url('https://redphx.github.io/better-xcloud/fonts/promptfont.otf');
|
src: url('https://redphx.github.io/better-xcloud/fonts/promptfont.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix Stream menu buttons not hiding */
|
||||||
|
div[class^=HUDButton-module__hiddenContainer] ~ div {
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.bx-button {
|
.bx-button {
|
||||||
background-color: var(--bx-default-button-color);
|
background-color: var(--bx-default-button-color);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
Reference in New Issue
Block a user