From 2008806507fe1b3cf20ae97fe2e361fd365205d5 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:09:12 +0700 Subject: [PATCH] Fix the star icon in Settings button --- better-xcloud.user.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 2f68c2f..073b049 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -8796,8 +8796,11 @@ a.bx-button.bx-full-width { text-transform: uppercase; } -.bx-header-settings-button[data-update-available]::after { - content: ' 🌟'; +.bx-header-settings-button[data-update-available]::before { + content: '🌟' !important; + line-height: var(--bx-button-height); + display: inline-block; + margin-left: 4px; } .bx-button.bx-focusable, .bx-header-settings-button {