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%;
}
.post-content img {
border-radius: var(--radius);
}
.post-footer {
margin-top: 56px;
}

View File

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