Skip to content

Commit

Permalink
24.10.1 Backport GitHub bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Oct 8, 2024
1 parent 5996319 commit 0fe4c6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style/24.10.1.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 0fe4c6f

Please sign in to comment.