An ATproto social media client -- with an independent Appview.

Fix notification indicator appearing behind navigation text (#9035)

* Fix peeking notification indicator on web

* Remove relative positioning from LeftNav component

authored by

Barry McGee and committed by
GitHub
2c6752f2 5211b269

+2 -1
+2 -1
src/view/shell/desktop/LeftNav.tsx
··· 432 style={[ 433 a.align_center, 434 a.justify_center, 435 - a.z_10, 436 { 437 width: 24, 438 height: 24, ··· 467 a.rounded_full, 468 a.text_center, 469 a.leading_tight, 470 { 471 top: '-10%', 472 left: count.length === 1 ? 12 : 8, ··· 492 style={[ 493 a.absolute, 494 a.rounded_full, 495 { 496 backgroundColor: t.palette.primary_500, 497 width: 8,
··· 432 style={[ 433 a.align_center, 434 a.justify_center, 435 { 436 width: 24, 437 height: 24, ··· 466 a.rounded_full, 467 a.text_center, 468 a.leading_tight, 469 + a.z_20, 470 { 471 top: '-10%', 472 left: count.length === 1 ? 12 : 8, ··· 492 style={[ 493 a.absolute, 494 a.rounded_full, 495 + a.z_20, 496 { 497 backgroundColor: t.palette.primary_500, 498 width: 8,