Skip to content

Commit

Permalink
Make the whole area clickable (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored May 22, 2020
1 parent 96eb14a commit 88c021c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extension/github-notifications-preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
justify-content: space-between;
}

.NPG-dropdown .notifications-list-item > div {
flex: 1; /* expand to make whole area clickable */
}

.NPG-dropdown .d-flex.flex-column.flex-sm-row.flex-self-start.flex-items-center {
/* Unread indicator and checkbox */
display: none !important;
Expand Down

0 comments on commit 88c021c

Please sign in to comment.