diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-22 19:08:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 19:08:41 -0500 |
commit | c7600fe0c2d0b189cb1dcf9ab4d31671f01b81c9 (patch) | |
tree | 62beacd14a8013a507a0b0227e538fd3751658ad /src/view/com/post-thread/PostLikedBy.tsx | |
parent | 5085861b9ac0684d8eedb2a8d54453d3f23cde46 (diff) | |
download | voidsky-c7600fe0c2d0b189cb1dcf9ab4d31671f01b81c9.tar.zst |
Web fixes (#517)
* Fix scroll behaviors on web * Remove headers on web to avoid scroll overflow * Fix follow button press in cards
Diffstat (limited to 'src/view/com/post-thread/PostLikedBy.tsx')
-rw-r--r-- | src/view/com/post-thread/PostLikedBy.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/post-thread/PostLikedBy.tsx b/src/view/com/post-thread/PostLikedBy.tsx index 3ab9a279b..dc090e7ad 100644 --- a/src/view/com/post-thread/PostLikedBy.tsx +++ b/src/view/com/post-thread/PostLikedBy.tsx @@ -78,6 +78,8 @@ export const PostLikedBy = observer(function ({uri}: {uri: string}) { </View> )} extraData={view.isLoading} + // @ts-ignore our .web version only -prf + desktopFixedHeight /> ) }) |