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:
parent
1272968848
commit
67b1745bcb
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue