UX: fix topic stream placeholders (#18336)

This commit is contained in:
Kris 2022-09-22 22:21:00 -04:00 committed by GitHub
parent 0c45aa7900
commit b515a45cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ $quote-share-maxwidth: 150px;
margin-bottom: 0.6em; margin-bottom: 0.6em;
} }
.post-stream .placeholder .row {
display: flex;
}
.names { .names {
flex: 1 1 auto; flex: 1 1 auto;
overflow: hidden; overflow: hidden;