fix #44 Lists not showing correctly in journal

This commit is contained in:
Vlyan
2023-03-06 13:52:43 +01:00
parent b5def3fb93
commit 242d31438b
2 changed files with 14 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -893,6 +893,19 @@
flex: 100%; 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. // Lang Adjust.
&.sheet { &.sheet {