Add "Reload stream" & "Back to home" buttons in the Guide menu

This commit is contained in:
redphx
2024-06-01 16:29:01 +07:00
parent 322418ec5b
commit 8f9976da28
4 changed files with 57 additions and 11 deletions

View File

@@ -53,3 +53,10 @@ div[data-testid=media-container] {
align-self: center;
background: #000;
}
#gamepass-dialog-root div[class^=Guide-module__guide] {
.bx-button {
overflow: visible;
margin-bottom: 12px;
}
}