#6005: Canard: Fix regression in featured content (#6006)

This commit is contained in:
Bob Matyas 2022-05-13 12:18:22 -04:00 committed by GitHub
parent b26a827623
commit 1012eb4aa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2138,13 +2138,16 @@ body:not(.group-blog) .sticky .entry-summary + .entry-meta > span:nth-of-type(3)
/* Post Thumbnail */
.post-thumbnail {
background: #000;
display: block;
height: 100%;
position: relative;
width: 100%;
}
.post-thumbnail img {
display: block;
}
a.post-thumbnail:active,
a.post-thumbnail:focus,
a.post-thumbnail:hover {
@ -2172,6 +2175,11 @@ a.post-thumbnail:hover img {
transform: translateY(-50%);
}
.wpnbha .post-thumbnail {
background: none;
height: unset;
}
/* Page Links */
.page-links {
border-top: 1px solid #eee;