Remove specific selectors from bookmark metadata

This commit is contained in:
Sodbileg Gansukh 2021-03-02 13:59:05 +08:00
parent c680f4efcd
commit fd89c6575c
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2144,16 +2144,11 @@ Usage (In Ghost editor):
height: 22px;
}
.kg-bookmark-author {
.kg-bookmark-metadata > span {
line-height: 1.5em;
}
.kg-bookmark-author:after {
content: "•";
margin: 0 6px;
}
.kg-bookmark-publisher {
.kg-bookmark-metadata > span:nth-of-type(2) {
overflow: hidden;
max-width: 240px;
line-height: 1.5em;
@ -2163,6 +2158,11 @@ Usage (In Ghost editor):
font-weight: 400;
}
.kg-bookmark-metadata > span:nth-of-type(2)::before {
content: "•";
margin: 0 6px;
}
@media (max-width: 800px) {
.post-full-content figure {
margin: 0.2em 0 1.3em;