From 2ee2469a1087cb1efb2a7e20159488c522aa35a5 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:05:32 +0700 Subject: [PATCH] Hide the ugly black line in Grip Handle --- better-xcloud.user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index e9d33bb..e9125ea 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -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; +} `; }