| .conversations__stream .reader-post-card.card.is-compact .reader-post-options-menu { | |
| position: absolute; | |
| right: -2px; | |
| top: -16px; | |
| } | |
| .conversations__stream .reader-post-card.card.is-compact { | |
| .reader-post-card__post-details { | |
| margin-top: -2px; | |
| min-width: 0; | |
| } | |
| .reader-post-card__byline-details { | |
| flex-wrap: wrap; | |
| max-height: none; | |
| } | |
| .reader-post-card__byline-site { | |
| font-weight: 600; | |
| margin-right: 5px; | |
| } | |
| .reader-post-card__author-and-timestamp { | |
| margin-left: 0; | |
| } | |
| .reader-post-card__title { | |
| margin-top: 2px; | |
| position: relative; | |
| &::after { | |
| @include long-content-fade( $size: 35px ); | |
| } | |
| } | |
| .reader-post-card__title-link { | |
| font-size: 17px; | |
| line-height: 1.5; | |
| } | |
| .comments__comment-author .gravatar { | |
| top: 5px; | |
| } | |
| &:not(:first-child) { | |
| margin-top: 16px; | |
| } | |
| // Hides Follow button and tags in Conversations stream | |
| .follow-button, | |
| .reader-post-card__tags { | |
| display: none; | |
| } | |
| } | |
| .conversations__stream .conversation-caterpillar { | |
| margin-top: 20px; | |
| } | |
| .is-group-reader .conversations__stream .like-button__label-status { | |
| display: inline; | |
| } | |
| // Conversations empty state | |
| .main .conversations__empty-content.empty-content { | |
| margin-top: 30px; | |
| max-width: 650px; | |
| @include breakpoint-deprecated( ">660px" ) { | |
| margin-top: 70px; | |
| } | |
| } | |