Bluesky: wider timeline column
Widens the central timeline column to roughly 820 pixels so posts are easier to read.
Code to copy
/* Widen the central timeline column beyond the default ~600px */
main, [data-testid="HomeScreen"], [data-testid="HomeScreen"] > div {
max-width: 820px !important;
width: 100% !important;
}
[data-testid="postsFeedItem"] {
max-width: 820px !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.