Merge pull request #6 from spikecodes/master

Merge upstream
This commit is contained in:
robrobinbin 2021-02-01 20:57:06 +01:00 committed by GitHub
commit cfbee1bb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -644,6 +644,11 @@ img.post_media {
grid-area: post_media;
}
.post .__NoScript_PlaceHolder__ {
max-width: calc(100% - 40px);
grid-area: post_media;
}
.post_body {
opacity: 0.9;
font-weight: normal;