Remove specific selectors from bookmark metadata
This commit is contained in:
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
|
@ -2144,16 +2144,11 @@ Usage (In Ghost editor):
|
||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-bookmark-author {
|
.kg-bookmark-metadata > span {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-bookmark-author:after {
|
.kg-bookmark-metadata > span:nth-of-type(2) {
|
||||||
content: "•";
|
|
||||||
margin: 0 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.kg-bookmark-publisher {
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 240px;
|
max-width: 240px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
@ -2163,6 +2158,11 @@ Usage (In Ghost editor):
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-bookmark-metadata > span:nth-of-type(2)::before {
|
||||||
|
content: "•";
|
||||||
|
margin: 0 6px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
.post-full-content figure {
|
.post-full-content figure {
|
||||||
margin: 0.2em 0 1.3em;
|
margin: 0.2em 0 1.3em;
|
||||||
|
|
Loading…
Reference in a new issue