Fix thread post spacing #4

Merged
thatguygriff merged 1 commits from fix/thread-post-spacing into main 2026-04-05 13:00:55 +00:00
Owner

Summary

  • Add padding-left: 12px to the replies container so reply text doesn't butt up against the left border
  • Increase reply post vertical margin from 4px to 8px for better visual separation between thread posts

Closes #2

## Summary - Add `padding-left: 12px` to the replies container so reply text doesn't butt up against the left border - Increase reply post vertical margin from `4px` to `8px` for better visual separation between thread posts Closes #2
thatguygriff added 1 commit 2026-04-05 12:59:17 +00:00
Fix thread post spacing: add reply padding and increase margins
All checks were successful
CI / test (pull_request) Successful in 1m5s
CI / test (push) Successful in 52s
13f7f12499
Replies had no left padding from the border (padding-left:0) and too-tight
vertical spacing (margin:4px). Bump to padding-left:12px and margin:8px.

Closes #2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
thatguygriff force-pushed fix/thread-post-spacing from 59ca1999e6 to 13f7f12499 2026-04-05 12:59:17 +00:00 Compare
thatguygriff merged commit 13f7f12499 into main 2026-04-05 13:00:55 +00:00
thatguygriff deleted branch fix/thread-post-spacing 2026-04-05 13:00:56 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thatguygriff/xExtension-BlueskyThreads#4