Fix read more on FF

This commit is contained in:
Eric Bailey
2025-06-05 10:48:16 -05:00
parent da88862c76
commit 988c4d5718
@@ -62,7 +62,7 @@ export const ThreadItemReadMore = memo(function ThreadItemReadMore({
borderLeftWidth: 2,
borderBottomWidth: 2,
borderBottomLeftRadius: a.rounded_sm.borderRadius,
height: '50%',
height: 18, // magic, Link below is 38px tall
width: isTreeView ? TREE_INDENT : LINEAR_AVI_WIDTH / 2 + 10,
},
]}