diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx
index 95fd5aefb3..a27ee0a581 100644
--- a/src/view/com/post-thread/PostThreadItem.tsx
+++ b/src/view/com/post-thread/PostThreadItem.tsx
@@ -250,13 +250,7 @@ let PostThreadItemLoaded = ({
@@ -732,15 +726,10 @@ const useStyles = () => {
paddingLeft: 8,
},
outerHighlighted: {
- borderTopWidth: 0,
- paddingTop: 4,
+ paddingTop: 16,
paddingLeft: 8,
paddingRight: 8,
},
- outerHighlightedRoot: {
- borderTopWidth: 1,
- paddingTop: 16,
- },
noTopBorder: {
borderTopWidth: 0,
},
diff --git a/src/view/com/util/LoadingPlaceholder.tsx b/src/view/com/util/LoadingPlaceholder.tsx
index 8941bfb9c5..32c99e224d 100644
--- a/src/view/com/util/LoadingPlaceholder.tsx
+++ b/src/view/com/util/LoadingPlaceholder.tsx
@@ -88,7 +88,7 @@ export function PostLoadingPlaceholder({
strokeWidth={3}
/>
-
+
diff --git a/src/view/com/util/post-ctrls/PostCtrls.tsx b/src/view/com/util/post-ctrls/PostCtrls.tsx
index a6d7e38c31..249111a04f 100644
--- a/src/view/com/util/post-ctrls/PostCtrls.tsx
+++ b/src/view/com/util/post-ctrls/PostCtrls.tsx
@@ -149,7 +149,7 @@ let PostCtrls = ({
) : undefined}
-
+
{big ? undefined : (
-
+
+
+
)}
- {/* used for adding pad to the right side */}
-
)
}