My lil css tweak for productivity
.status__content {
max-height: 48px;
font-size: 0.8rem;
transition: max-height 200ms;
}
.status__content:hover {
max-height: 500px;
}
#css #mastodonTweak
@Kimau Did you just implement it on your browser or have you set up your own instance?
@Jason Just used a chrome ext for custom css for now. Start small ;)