fix(post): fetch code lazily
This commit is contained in:
parent
ee3a3b61a2
commit
ed83255604
10 changed files with 209 additions and 172 deletions
|
|
@ -51,7 +51,6 @@ li {
|
|||
|
||||
:not(pre) > code {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
background-color: #f4f4f4;
|
||||
padding: 2px 4px;
|
||||
margin: 0 5px;
|
||||
border: 1px solid #e1e1e1;
|
||||
|
|
@ -60,6 +59,10 @@ li {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
code {
|
||||
background: #f4f4f4 !important;
|
||||
}
|
||||
|
||||
.post-title::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue