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

@ -38,9 +38,9 @@ const styles = {
height: 0
},
notificationIcon: {
position: 'absolute',
left: spacer * 33,
top: spacer * 2 + 4,
/* position: 'absolute',
left: spacer * 22 + 2,
top: spacer + 5, */
cursor: 'pointer',
background: 'transparent',
boxShadow: '0px 0px 0px transparent',
@ -59,7 +59,7 @@ const styles = {
maxHeight: '100vh',
marginTop: spacer * 3,
marginLeft: 0,
marginRight: 10,
marginRight: -50,
overflowY: 'auto',
overflowX: 'hidden',
backgroundColor: white,