mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Fix the refresh button not focusable using gamepad
This commit is contained in:
parent
df2af43c64
commit
443bf93c9a
@ -12,6 +12,10 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
|||||||
top: calc(env(safe-area-inset-top, 0px) + 10px + 50px) !important;
|
top: calc(env(safe-area-inset-top, 0px) + 10px + 50px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[data-media-type=default] .bx-stream-refresh-button {
|
||||||
|
left: calc(env(safe-area-inset-left, 0px) + 11px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
body[data-media-type=tv] .bx-stream-refresh-button {
|
body[data-media-type=tv] .bx-stream-refresh-button {
|
||||||
top: calc(var(--gds-focus-borderSize) + 80px) !important;
|
top: calc(var(--gds-focus-borderSize) + 80px) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user