UX: fix post placeholder on mobile (#18442)

This commit is contained in:
Kris 2022-09-30 14:51:44 -04:00 committed by GitHub
parent 3b86974367
commit afce65bb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -431,3 +431,7 @@ span.highlighted {
opacity: 100%;
margin-bottom: 1rem;
}
.placeholder .topic-body {
width: 100%;
}