Mastodon justified toot text
Mastodon justified toot text by unixtippse
Details
Authorunixtippse
LicenseNo License
Categoryjoinmastodon.org
Created
Updated
Size401 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}