Merge branch 'sept-10th-demo' into feature/FLAS-29-markdown-in-post-body

This commit is contained in:
JP 2024-09-09 23:29:05 +01:00 committed by GitHub
commit 3fc8909ee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 4 deletions

View file

@ -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;
}