mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Make figure margins only apply to comments to bring embedded previews more in line with gallery posts
This commit is contained in:
parent
6d83b07aaa
commit
2c8f5a7ac1
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue