From 0fe4c6f8d200ffb39427b57141acd943227d6fb4 Mon Sep 17 00:00:00 2001 From: fregante Date: Tue, 8 Oct 2024 14:21:07 +0700 Subject: [PATCH] `24.10.1` Backport GitHub bugfix https://github.com/refined-github/refined-github/pull/7868 --- style/24.10.1.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/24.10.1.css b/style/24.10.1.css index 5a9b692..b12c470 100644 --- a/style/24.10.1.css +++ b/style/24.10.1.css @@ -16,3 +16,10 @@ button.rgh-highlight-non-default-branch svg, details.rgh-highlight-non-default-branch > summary svg { color: var(--fgColor-accent, var(--color-accent-fg, fuchsia)) !important; } + +/* Backported fix: Sponsor button in mobile view #7853 */ +#dialog-show-responsive-sponsor-modal { + width: var(--base-size-32); + height: var(--base-size-32); + padding: 0; +}