Skip to content

Instantly share code, notes, and snippets.

@AprilSylph
Last active May 30, 2021 16:33
Show Gist options
  • Save AprilSylph/bf7d943d1d6f5f4898933671f16ded5d to your computer and use it in GitHub Desktop.
Save AprilSylph/bf7d943d1d6f5f4898933671f16ded5d to your computer and use it in GitHub Desktop.
Fix NPF photosets on Tumblr themes
.post-content div.npf_row,
.post div.npf_row,
body div.npf_row {
align-items: stretch;
}
.post-content div.npf_row .npf_col,
.post div.npf_row .npf_col,
body div.npf_row .npf_col {
display: flex;
}
.post-content div.npf_row .npf_col figure,
.post div.npf_row .npf_col figure,
body div.npf_row .npf_col figure {
padding-bottom: 0;
}
.post-content div.npf_row .npf_col figure img,
.post div.npf_row .npf_col figure img,
body div.npf_row .npf_col figure img {
position: static;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment