Skip to content

Commit

Permalink
Hide the ugly black line in Grip Handle
Browse files Browse the repository at this point in the history
  • Loading branch information
redphx committed Jul 14, 2023
1 parent 9056b59 commit 2ee2469
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions better-xcloud.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ button[class*=GripHandle-module__container][aria-expanded=true] div[class*=Grip-
button[class*=GripHandle-module__container][aria-expanded=false] {
background-color: transparent !important;
}
div[class*=StreamHUD-module__buttonsContainer] {
padding: 0px !important;
}
`;
}

Expand Down

0 comments on commit 2ee2469

Please sign in to comment.