Skip to content

Mastodon justified toot text by unixtippse

Screenshot of Mastodon justified toot text

Details

Authorunixtippse

LicenseNo License

Categoryjoinmastodon.org

Created

Updated

Size401 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Mastodon justified toot text

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Mastodon justified toot text
@namespace      github.com/mschmitt/userstyles/
@version        1.0.0
@description    Mastodon justified toot text
@author         @unixtippse@mastodon.online
==/UserStyle== */
@-moz-document regexp(".*") {
    .status__content__text p {
        hyphens: auto;
        text-align: justify;
        white-space: normal;
    }
}

Reviews

No reviews yet.