Skip to content

Commit

Permalink
hide the notification status item
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 25, 2024
1 parent 595d248 commit 4c65d83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/application-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@
/* bring logo to the front so it is selectable by tab*/
z-index: 10;
}

/* Hide the notification status item */
.jp-Notification-Status {
display: none;
}

0 comments on commit 4c65d83

Please sign in to comment.