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);
|
||||
}
|
||||
|
||||
.markdown ol {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.markdown ul {
|
||||
padding-left: 40px;
|
||||
.markdown li {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
.hrWrapper {
|
||||
|
||||
Reference in New Issue
Block a user