From 4acf9eba112ff450df4ff1946b6bafb0d82dd165 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 18 May 2024 17:53:39 +0700 Subject: [PATCH] Update better-xcloud.user.js --- dist/better-xcloud.user.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index cbcb5a1..1e1dd4a 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -6384,8 +6384,8 @@ class MkbPreset { [MkbPresetKey.MOUSE_SENSITIVITY_X]: 50, [MkbPresetKey.MOUSE_SENSITIVITY_Y]: 50, [MkbPresetKey.MOUSE_DEADZONE_COUNTERWEIGHT]: 20, - [MkbPresetKey.MOUSE_STICK_DECAY_STRENGTH]: 18, - [MkbPresetKey.MOUSE_STICK_DECAY_MIN]: 6 + [MkbPresetKey.MOUSE_STICK_DECAY_STRENGTH]: 100, + [MkbPresetKey.MOUSE_STICK_DECAY_MIN]: 10 } }; static convert(preset) { @@ -8645,9 +8645,10 @@ div[class*=NotFocusedDialog] { } .bx-button span { display: inline-block; - height: calc(var(--bx-button-height) - 2px); + height: var(--bx-button-height); line-height: var(--bx-button-height); vertical-align: middle; + vertical-align: -webkit-baseline-middle; color: #fff; overflow: hidden; white-space: nowrap;