.postText{
    position:relative;
    white-space:pre-wrap;
}

.postText.collapsible{
    max-height:260px;
    overflow:hidden;
}

.postText.expanded{
    max-height:none;
    overflow:visible;
}

.postText.fade::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:70px;
    background:linear-gradient(to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,1));
}

.showMore{
    color:#1877f2;
    cursor:pointer;
    font-weight:bold;
    margin-top:8px;
    display:inline-block;
    user-select:none;
}
