Merge branch 'sept-10th-demo' into feature/FLAS-29-markdown-in-post-body
This commit is contained in:
commit
3fc8909ee2
3 changed files with 35 additions and 4 deletions
|
|
@ -88,6 +88,7 @@ nav ul li a, nav ul li span, header .action {
|
|||
display: flex;
|
||||
align-items: flex-end;
|
||||
font-size: 0.85em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.post > header > div:first-of-type {
|
||||
|
|
@ -106,6 +107,7 @@ nav ul li a, nav ul li span, header .action {
|
|||
|
||||
.post .body {
|
||||
white-space: pre-line;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content:last-child {
|
||||
|
|
@ -249,3 +251,7 @@ body.dark-mode .editor-toolbar {
|
|||
body.dark-mode .CodeMirror {
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
.post.collapsed .body {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue