Add a standalone Refresh stream button (#315)

This commit is contained in:
redphx
2024-05-04 16:20:12 +07:00
parent b1df189c7d
commit 9bf8a2ef66
4 changed files with 34 additions and 66 deletions

View File

@@ -7,3 +7,11 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
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=tv] .bx-stream-refresh-button {
top: calc(var(--gds-focus-borderSize) + 80px) !important;
}