Update style.css

This commit is contained in:
robrobinbin 2021-02-01 21:02:38 +01:00 committed by GitHub
parent dd908c9f68
commit f4f2d8a377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -722,6 +722,10 @@ img.post_media {
align-self: end;
}
.post_thumbnail img {
max-width: 100%;
}
.stickied {
--accent: var(--green);
border: 1px solid var(--green);