mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Gosh, non-Mastodon instances are definitely more rich (in HTML)
This commit is contained in:
parent
2ee38f43d2
commit
900bcb0410
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue