Update embedding Reddit preview links to include captions where applicable

This commit is contained in:
Butter Cat 2024-04-09 18:33:13 -04:00
parent 27f25e0fb1
commit 6d83b07aaa
No known key found for this signature in database
GPG key ID: FF37BE4FDDB74419
2 changed files with 33 additions and 9 deletions

View file

@ -187,6 +187,15 @@ nav #redlib {
vertical-align: -2px;
}
figure {
margin: 0;
}
figcaption {
margin-top: 5px;
text-align: center;
}
#settings_link {
opacity: 0.8;
margin-left: 10px;
@ -979,10 +988,6 @@ a.search_subreddit:hover {
vertical-align: bottom;
}
.gallery figcaption {
margin-top: 5px;
}
.gallery .outbound_url {
color: var(--accent);
text-overflow: ellipsis;
@ -1010,6 +1015,9 @@ a.search_subreddit:hover {
.post_body img {
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
.post_poll {