Fix blurry tag image

This commit is contained in:
Sodbileg Gansukh 2022-05-27 18:19:14 +08:00
parent e51c1aff42
commit e27ea96779
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -643,12 +643,12 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
padding-bottom: 55%;
}
.post-card:not(.post-access-public) .post-card-image-link::after {
.post-card:is(.post-access-members, .post-access-paid) .post-card-image-link::after {
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(3px);
}
.post-card.keep-ratio:not(.post-access-public) .post-card-image-link::after {
.post-card.keep-ratio:is(.post-access-members, .post-access-paid) .post-card-image-link::after {
position: absolute;
inset: 0;
padding-bottom: 0;