0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed bug for newsletter bookmarks without author displaying redundant separator

This commit is contained in:
Sanne de Vries 2021-02-09 09:35:30 +01:00
parent 1272968848
commit 67b1745bcb

View file

@ -450,11 +450,6 @@ figure blockquote p {
line-height: 1.5em;
}
.kg-bookmark-author:after {
content: "•";
margin: 0 6px;
}
.kg-bookmark-publisher {
overflow: hidden;
max-width: 240px;
@ -463,6 +458,11 @@ figure blockquote p {
white-space: nowrap;
}
.kg-bookmark-publisher:before {
content: "•";
margin: 0 6px;
}
.kg-gallery-container {
margin-top: -20px;
}