Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'Tanza3D-improve-post-button' into main

+8 -4
+8 -4
src/view/shell/desktop/LeftNav.tsx
··· 460 460 justifyContent: 'center', 461 461 width: 140, 462 462 borderRadius: 24, 463 - paddingVertical: 10, 464 - paddingHorizontal: 16, 463 + paddingTop: 10, 464 + paddingBottom: 12, // visually aligns the text vertically inside the button 465 + paddingLeft: 16, 466 + paddingRight: 18, // looks nicer like this 465 467 backgroundColor: colors.blue3, 466 468 marginLeft: 12, 467 469 marginTop: 20, 468 470 marginBottom: 10, 469 471 gap: 8, 470 472 }, 471 - newPostBtnIconWrapper: {}, 473 + newPostBtnIconWrapper: { 474 + marginTop: 2, // aligns the icon visually with the text 475 + }, 472 476 newPostBtnLabel: { 473 477 color: colors.white, 474 478 fontSize: 16, 475 - fontWeight: 'bold', 479 + fontWeight: '600', 476 480 }, 477 481 })