style(markdown): apply list-style-position inside, lists shouldn't be indented by default in an imageboard ui

This commit is contained in:
plebeius.eth
2024-04-28 12:54:58 +02:00
parent f641dc7e39
commit 50f7a3b76d
+2 -6
View File
@@ -8,12 +8,8 @@
text-decoration: var(--post-content-link-text-decoration-hover);
}
.markdown ol {
padding-left: 15px;
}
.markdown ul {
padding-left: 40px;
.markdown li {
list-style-position: inside;
}
.hrWrapper {