mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Fix some buttons not hiding when the System menu bar is collapsed
This commit is contained in:
parent
dac5b39097
commit
03926451ec
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user