mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Only remove the "Cloud Gaming" text when the screen is too small
This commit is contained in:
parent
35a783c53e
commit
65ca3dab0e
@ -8582,9 +8582,11 @@ div[class^=HUDButton-module__hiddenContainer] ~ div:not([class^=HUDButton-module
|
|||||||
left: -9999px;
|
left: -9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove the "Cloud Gaming" text in header */
|
/* Remove the "Cloud Gaming" text in header when the screen is too small */
|
||||||
header a[href="/play"] {
|
@media screen and (max-width: 600px) {
|
||||||
display: none;
|
header a[href="/play"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bx-button {
|
a.bx-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user