Make figure margins only apply to comments to bring embedded previews more in line with gallery posts

This commit is contained in:
Butter Cat 2024-04-09 18:51:32 -04:00
parent 6d83b07aaa
commit 2c8f5a7ac1
No known key found for this signature in database
GPG Key ID: FF37BE4FDDB74419

View File

@ -187,10 +187,6 @@ nav #redlib {
vertical-align: -2px;
}
figure {
margin: 0;
}
figcaption {
margin-top: 5px;
text-align: center;
@ -1195,6 +1191,10 @@ a.search_subreddit:hover {
}
}
.comment figure {
margin: 0;
}
.comment_left, .comment_right {
display: flex;
flex-direction: column;