Skip to content

Commit

Permalink
fix: list view numbers "resetting" at 0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jul 4, 2021
1 parent 9e38bea commit fc32d66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/List.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
color: var(--text-title-h3);
}
h5.breadcrumbs-header {
margin: 3px;
/* margin: 3px; */
color: var(--text-title-h5);
}
ol.markdown-preview-view {
margin: 3px;
padding-left: 20px;
padding-top: 5px;
/* margin: 3px; */
/* padding-left: 20px; */
padding-top: 3px;
padding-bottom: 5px;
}
</style>

0 comments on commit fc32d66

Please sign in to comment.