Fix blurry tag image
This commit is contained in:
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
|
@ -643,12 +643,12 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
padding-bottom: 55%;
|
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);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
backdrop-filter: blur(3px);
|
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;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue