Fix: render notification center icon on the same spot as on the header

This commit is contained in:
csrapr 2021-02-15 19:12:58 +00:00 committed by Josh Harvey
parent 2401238b2f
commit 5412a3a1fc
4 changed files with 43 additions and 17 deletions

View file

@ -170,8 +170,8 @@ const styles = {
},
hasUnread: {
position: 'absolute',
top: 5,
left: 185,
top: 4,
left: 182,
width: '9px',
height: '9px',
backgroundColor: secondaryColor,