Skip to content

Commit

Permalink
fix: non-views posts on search results don't keep preview image blocks (
Browse files Browse the repository at this point in the history
resolves #284) (#285)
  • Loading branch information
cindyli authored Jun 12, 2020
1 parent 0bac839 commit ca489c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/abstracts/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
right: 0;
top: 0;
}

&:empty::before {
padding-top: 0;
}
}

// To adapt to UIO contrast themes
Expand Down

0 comments on commit ca489c3

Please sign in to comment.