Skip to content

Commit 374d51e

Browse files
committed
add comments
1 parent 5c4a0d6 commit 374d51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/conversation-list/conversation-list-pinned-conversations/conversation-list-pinned-conversation-message-preview.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export const PinnedConversationMessagePreview = (
4343
const $containerStyle: ThemedStyle<ViewStyle> = ({ spacing }) => ({
4444
position: "absolute",
4545
top: 0,
46-
left: -spacing.xs,
47-
right: -spacing.xs,
46+
left: -spacing.xs, // Make the preview message expand to the left
47+
right: -spacing.xs, // Make the preview message expand to the right
4848
justifyContent: "center",
4949
});
5050

0 commit comments

Comments
 (0)