about summary refs log tree commit diff
path: root/src/view/com/feeds/FeedSourceCard.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-01-03 11:56:07 -0600
committerGitHub <noreply@github.com>2024-01-03 09:56:07 -0800
commit1b0c73a2a392fb4aa2e116d00c96744aa20ce0e7 (patch)
tree73d869763b15784942cef8b77a38ccd65ea0e209 /src/view/com/feeds/FeedSourceCard.tsx
parentdf277e5977cb0b1f7e11c7e94265029f8e37ece4 (diff)
downloadvoidsky-1b0c73a2a392fb4aa2e116d00c96744aa20ce0e7.tar.zst
Fix: Web design issues (#2377) (#2410)
* Fix web design issues

* Fix Right Nav width design issue

Co-authored-by: Rahul Yadav <52163880+rahulyadav5524@users.noreply.github.com>
Diffstat (limited to 'src/view/com/feeds/FeedSourceCard.tsx')
-rw-r--r--src/view/com/feeds/FeedSourceCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/feeds/FeedSourceCard.tsx b/src/view/com/feeds/FeedSourceCard.tsx
index 99e2b474f..338ffc3d0 100644
--- a/src/view/com/feeds/FeedSourceCard.tsx
+++ b/src/view/com/feeds/FeedSourceCard.tsx
@@ -229,7 +229,7 @@ export function FeedSourceCardLoaded({
         </View>
 
         {showSaveBtn && feed.type === 'feed' && (
-          <View>
+          <View style={[s.justifyCenter]}>
             <Pressable
               testID={`feed-${feed.displayName}-toggleSave`}
               disabled={isSavePending || isPinPending || isRemovePending}