Fix read more on FF
This commit is contained in:
@@ -62,7 +62,7 @@ export const ThreadItemReadMore = memo(function ThreadItemReadMore({
|
|||||||
borderLeftWidth: 2,
|
borderLeftWidth: 2,
|
||||||
borderBottomWidth: 2,
|
borderBottomWidth: 2,
|
||||||
borderBottomLeftRadius: a.rounded_sm.borderRadius,
|
borderBottomLeftRadius: a.rounded_sm.borderRadius,
|
||||||
height: '50%',
|
height: 18, // magic, Link below is 38px tall
|
||||||
width: isTreeView ? TREE_INDENT : LINEAR_AVI_WIDTH / 2 + 10,
|
width: isTreeView ? TREE_INDENT : LINEAR_AVI_WIDTH / 2 + 10,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user