Skip to content

Instantly share code, notes, and snippets.

@tenorune
tenorune / mastodon.css
Last active December 23, 2022 14:52
Text-centric Mastodon
/* Works with Mastodon 4.0.2 */
/* hide avatars in feed views */
div.status__avatar {visibility: hidden;width:0px;}
a.status__display-name {column-gap: 0px;}
/* hide link preview images in feed views, but show them in detail view */
.status-card__image {display: none;}
.detailed-status .status-card__image {display:block;}