Bluesky app fork with some witchin' additions 💫

Handle long feed listings on the right nav with scrolling (#1562)

authored by

Paul Frazee and committed by
GitHub
16763d1d cc1c9ab3

+5 -2
+3 -2
src/view/shell/desktop/Feeds.tsx
··· 82 82 83 83 const styles = StyleSheet.create({ 84 84 container: { 85 - position: 'relative', 85 + flex: 1, 86 + overflowY: 'auto', 86 87 width: 300, 87 88 paddingHorizontal: 12, 89 + paddingVertical: 18, 88 90 borderTopWidth: 1, 89 91 borderBottomWidth: 1, 90 - paddingVertical: 18, 91 92 }, 92 93 })
+2
src/view/shell/desktop/RightNav.tsx
··· 125 125 // @ts-ignore web only 126 126 left: 'calc(50vw + 320px)', 127 127 width: 304, 128 + // @ts-ignore web only 129 + maxHeight: '90vh', 128 130 }, 129 131 130 132 message: {