From b38d4697b7a42a5e4c48d86a6528a20ace9c034e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 24 Sep 2024 20:10:13 -0500 Subject: [Neue] Post avi, `PostMeta` cleanup (#5450) * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Add web only link variant * Refactor PostMeta * Reduce avi size in feeds * Fix alignment, emoji, in PostMeta * Smaller avis in notifications * Shrink post placeholder avi * Handle the handle again * Link cleanup * Cleanup unused props * Fix text wrapping in timestamp * Fix underline color * Tighten up spacing * Web only whiteSpace --- src/view/com/posts/FeedSlice.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/view/com/posts/FeedSlice.tsx') diff --git a/src/view/com/posts/FeedSlice.tsx b/src/view/com/posts/FeedSlice.tsx index 0920026f6..dc68ee7a1 100644 --- a/src/view/com/posts/FeedSlice.tsx +++ b/src/view/com/posts/FeedSlice.tsx @@ -4,9 +4,9 @@ import Svg, {Circle, Line} from 'react-native-svg' import {AtUri} from '@atproto/api' import {Trans} from '@lingui/macro' +import {usePalette} from '#/lib/hooks/usePalette' +import {makeProfileLink} from '#/lib/routes/links' import {FeedPostSlice} from '#/state/queries/post-feed' -import {usePalette} from 'lib/hooks/usePalette' -import {makeProfileLink} from 'lib/routes/links' import {Link} from '../util/Link' import {Text} from '../util/text/Text' import {FeedItem} from './FeedItem' @@ -146,7 +146,7 @@ const styles = StyleSheet.create({ paddingLeft: 18, }, viewFullThreadDots: { - width: 52, + width: 42, alignItems: 'center', }, }) -- cgit 1.4.1