Mastodon: wider timeline column
Increases the default timeline column width so long posts need less line wrapping.
Code to copy
/* Widen the main timeline column from 600px to 760px */
.columns-area--mobile .column,
.column,
.columns-area__panels__main .scrollable {
max-width: 760px !important;
}
.columns-area__panels__main {
max-width: 780px !important;
}
.column > .scrollable {
width: 100% !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.