fix #44 Lists not showing correctly in journal

This commit is contained in:
Vlyan
2023-03-06 13:52:43 +01:00
parent 12c8a70f60
commit 823b883d4e
3 changed files with 24 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -893,6 +893,19 @@
flex: 100%;
}
}
// Restore list style
&.journal .journal-page-content {
ul {
margin: 0.5rem 0;
}
li {
list-style-type: initial;
margin: 0.5rem 0 0.5rem 1.5rem;
padding: 0;
}
}
}
// Lang Adjust.
&.sheet {