Skip to content

Commit 88c021c

Browse files
authored
Make the whole area clickable (#96)
1 parent 96eb14a commit 88c021c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/github-notifications-preview.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
justify-content: space-between;
111111
}
112112

113+
.NPG-dropdown .notifications-list-item > div {
114+
flex: 1; /* expand to make whole area clickable */
115+
}
116+
113117
.NPG-dropdown .d-flex.flex-column.flex-sm-row.flex-self-start.flex-items-center {
114118
/* Unread indicator and checkbox */
115119
display: none !important;

0 commit comments

Comments
 (0)