mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-09-19 18:49:38 +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');
|
||||
}
|
||||
|
||||
/* Fix Stream menu buttons not hiding */
|
||||
div[class^=HUDButton-module__hiddenContainer] ~ div {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.bx-button {
|
||||
background-color: var(--bx-default-button-color);
|
||||
user-select: none;
|
||||
|
Reference in New Issue
Block a user