mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-08 22:27:44 +02:00
22 lines
573 B
Stylus
22 lines
573 B
Stylus
div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
|
overflow: visible;
|
|
}
|
|
|
|
.bx-stream-menu-button-on {
|
|
fill: #000 !important;
|
|
background-color: #2d2d2d !important;
|
|
color: #000 !important;
|
|
}
|
|
|
|
.bx-stream-refresh-button {
|
|
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 {
|
|
top: calc(var(--gds-focus-borderSize) + 80px) !important;
|
|
}
|