.forum__topics { &__listing { margin: 1px; } &__none { margin: 0 3px; } &__entry { display: flex; align-items: stretch; min-height: 40px; &:not(:first-child) { margin-top: 1px; padding-top: 1px; border-top: 1px solid #9475b2; } &__icon { flex-shrink: 0; flex-grow: 0; align-self: center; } &__info { display: flex; flex-direction: column; justify-content: center; flex-grow: 1; flex-shrink: 1; padding: 0 2px; word-wrap: break-word; overflow: hidden; } &__info, &__activity { &__datetime, &__title { line-height: 1.4em; margin-bottom: 2px; &__link { text-decoration: none; color: inherit; &:hover { text-decoration: underline; } } &--unread { font-weight: 700; } } &__author { font-size: .9em; line-height: 1.2em; &__name { font-weight: 700; text-decoration: none; &:hover { text-decoration: underline; } } } } &__stat { line-height: 1.2em; &--posts { font-size: 1.3em; color: #111; } &--views { font-size: 0.8em; color: #555; } } &__stats { text-align: center; padding-left: 1px; min-width: 70px; flex-direction: column; justify-content: center; } &__activity { min-width: 200px; padding-left: 3px; align-items: center; &__info { flex-grow: 1; flex-shrink: 1; margin-left: 3px; } &__avatar { width: 36px; height: 36px; flex-grow: 0; flex-shrink: 0; margin-right: 2px; } } &__stats, &__activity { display: flex; flex-shrink: 0; flex-grow: 0; border-left: 1px solid #9475b2; } } }