* refactor embeds to be reused * adjust the meaning of settings for embeds * add wavlake embed (close #1359) * add spotify embed (closes #1360) * fix 'format' appearing in srcSet * add nostr embed * refine nostr embed * Update components/media-or-link.js Co-authored-by: ekzyis <ek@stacker.news> * Update pages/settings/index.js Co-authored-by: ekzyis <ek@stacker.news> * ek suggestions --------- Co-authored-by: ekzyis <ek@stacker.news>
24 lines
346 B
CSS
24 lines
346 B
CSS
.comments {
|
|
margin-top: .5rem;
|
|
}
|
|
|
|
.other {
|
|
font-size: 80%;
|
|
color: var(--theme-grey);
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
.comments {
|
|
margin-top: .5rem;
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
}
|
|
|
|
.fullItemContainer {
|
|
margin-bottom: .5rem;
|
|
}
|
|
|
|
.fullItemContainer:empty {
|
|
margin: 0;
|
|
} |