mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-22 19:47:38 +00:00
Fix post access indicator background
This commit is contained in:
parent
c75b67cf5d
commit
d00647009c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -644,12 +644,17 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-card:not(.post-access-public) .post-card-image-link::after {
|
.post-card:not(.post-access-public) .post-card-image-link::after {
|
||||||
position: relative;
|
|
||||||
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-card-large):not(.post-card-full) .post-card-image-link::after {
|
.post-card.keep-ratio:not(.post-access-public) .post-card-image-link::after {
|
||||||
|
position: absolute;
|
||||||
|
inset: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-card.keep-ratio.post-access-public:not(.post-card-large):not(.post-card-full) .post-card-image-link::after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user