@media (min-width: 800px) {
/* limit too long posts */
.status__content__text {
    max-height: 10em;
    overflow-y: auto;
}
.status__content__text:hover {
    max-height: unset;
    overflow-y: auto;
}
}

