Skip to content

Commit

Permalink
Make figure margins only apply to comments to bring embedded previews…
Browse files Browse the repository at this point in the history
… more in line with gallery posts
  • Loading branch information
ButteredCats committed Apr 9, 2024
1 parent 6d83b07 commit 2c8f5a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ nav #redlib {
vertical-align: -2px;
}

figure {
margin: 0;
}

figcaption {
margin-top: 5px;
text-align: center;
Expand Down Expand Up @@ -1195,6 +1191,10 @@ a.search_subreddit:hover {
}
}

.comment figure {
margin: 0;
}

.comment_left, .comment_right {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 2c8f5a7

Please sign in to comment.