From c48ff1855c40dd445c56113c72d1970c2df48ccc Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 8 Aug 2023 11:36:48 -0500 Subject: remove unused styles --- src/view/com/post-thread/PostThreadItem.tsx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index cbdd90b86..c7b5711c0 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -34,8 +34,6 @@ import {formatCount} from '../util/numeric/format' import {TimeElapsed} from 'view/com/util/TimeElapsed' import {makeProfileLink} from 'lib/routes/links' -const PARENT_REPLY_LINE_LENGTH = 8 - export const PostThreadItem = observer(function PostThreadItem({ item, onPostReply, @@ -529,20 +527,6 @@ const styles = StyleSheet.create({ noTopBorder: { borderTopWidth: 0, }, - parentReplyLine: { - position: 'absolute', - left: 44, - top: -1 * PARENT_REPLY_LINE_LENGTH + 6, - height: PARENT_REPLY_LINE_LENGTH, - borderLeftWidth: 2, - }, - childReplyLine: { - position: 'absolute', - left: 44, - top: 65, - bottom: 0, - borderLeftWidth: 2, - }, layout: { flexDirection: 'row', gap: 10, -- cgit 1.4.1