mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(markdown): apply list-style-position inside, lists shouldn't be indented by default in an imageboard ui
This commit is contained in:
@@ -8,12 +8,8 @@
|
|||||||
text-decoration: var(--post-content-link-text-decoration-hover);
|
text-decoration: var(--post-content-link-text-decoration-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown ol {
|
.markdown li {
|
||||||
padding-left: 15px;
|
list-style-position: inside;
|
||||||
}
|
|
||||||
|
|
||||||
.markdown ul {
|
|
||||||
padding-left: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hrWrapper {
|
.hrWrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user