mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Fix blurry tag image
This commit is contained in:
parent
e51c1aff42
commit
e27ea96779
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%;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
Loading…
Reference in New Issue
Block a user