RegularToot: support content warning

This commit is contained in:
thislight 2024-11-20 16:24:57 +08:00
parent cff0c2880a
commit 737d63f88a
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
3 changed files with 64 additions and 11 deletions

View file

@ -4,6 +4,10 @@
margin-right: var(--card-pad, 0);
line-height: 1.5;
> .content {
display: contents;
}
& * {
user-select: text;
}