Gosh, non-Mastodon instances are definitely more rich (in HTML)

This commit is contained in:
Lim Chee Aun 2023-05-07 19:20:04 +08:00
parent 2ee38f43d2
commit 900bcb0410

View file

@ -514,8 +514,8 @@
padding: 0 0 0 8px;
border-left: 4px solid var(--link-faded-color);
}
.status .content > ul,
.status .content > div > ul {
.status .content > :is(ul, ol),
.status .content > div > :is(ul, ol) {
margin-block: min(0.75em, 12px);
margin-inline: 0;
padding-inline-start: 1em;