Skip to content

Commit

Permalink
add padding-right for non-compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay1 committed May 22, 2020
1 parent 88c021c commit c7a651f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions extension/github-notifications-preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
flex: 1; /* expand to make whole area clickable */
}

.NPG-dropdown.type-yes .notifications-list-item > :first-child {
padding-right: 8px;
}

.NPG-dropdown .d-flex.flex-column.flex-sm-row.flex-self-start.flex-items-center {
/* Unread indicator and checkbox */
display: none !important;
Expand All @@ -137,8 +141,3 @@
.NPG-dropdown .js-notifications-group [id^="notification_"] > :first-child {
display: none !important;
}

/* Align the non-compact information to the right */
.NPG-dropdown.type-yes .notifications-list-item > :first-child {
width: 99%;
}

0 comments on commit c7a651f

Please sign in to comment.