image themefy : inside post not globally

This commit is contained in:
Aditya Telange 2020-09-17 15:08:56 +05:30
parent db1ec959aa
commit e96e4e51c7
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
2 changed files with 4 additions and 1 deletions

View file

@ -231,6 +231,10 @@
max-width: 100%; max-width: 100%;
} }
.post-content img {
border-radius: var(--radius);
}
.post-footer { .post-footer {
margin-top: 56px; margin-top: 56px;
} }

View file

@ -107,7 +107,6 @@ textarea:-webkit-autofill {
img { img {
display: block; display: block;
max-width: 100%; max-width: 100%;
border-radius: var(--radius);
} }
::-webkit-scrollbar { ::-webkit-scrollbar {