Add pencil icon to drafts
This commit is contained in:
parent
4c54e7a425
commit
6e0b0b6fc7
4 changed files with 15 additions and 4 deletions
|
@ -221,6 +221,17 @@ main h1 {
|
|||
margin-left: 0.2em;
|
||||
}
|
||||
|
||||
.post-title.draft::after {
|
||||
content: "✎";
|
||||
display: inline-block;
|
||||
margin-left: 0.2em;
|
||||
}
|
||||
|
||||
.post-title.favorite.draft::after {
|
||||
content: "★ ✎";
|
||||
display: inline-block;
|
||||
margin-left: 0.2em;
|
||||
}
|
||||
|
||||
article:not(:last-of-type) {
|
||||
border-bottom: thin solid #f1f1f1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue