Skip to content

Commit

Permalink
24.10.1 - Backport "Notification buttons overlap on mobile" fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Oct 26, 2024
1 parent 0bc9570 commit 1b6e87a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/24.10.1.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ details.rgh-highlight-non-default-branch > summary svg {
height: var(--base-size-32);
padding: 0;
}

/* Backported fix: Notification buttons overlap on mobile */
#dialog-show-notifications-tabs-nav ~ action-menu {
flex-shrink: 0;
}

0 comments on commit 1b6e87a

Please sign in to comment.