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 432 style={[ 433 433 a.align_center, 434 434 a.justify_center, 435 - a.z_10, 436 435 { 437 436 width: 24, 438 437 height: 24, ··· 467 466 a.rounded_full, 468 467 a.text_center, 469 468 a.leading_tight, 469 + a.z_20, 470 470 { 471 471 top: '-10%', 472 472 left: count.length === 1 ? 12 : 8, ··· 492 492 style={[ 493 493 a.absolute, 494 494 a.rounded_full, 495 + a.z_20, 495 496 { 496 497 backgroundColor: t.palette.primary_500, 497 498 width: 8,