Implement showing quotes

This commit is contained in:
tusooa 2023-07-12 20:45:44 -04:00
commit 1c20487494
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
5 changed files with 26 additions and 0 deletions

View file

@ -422,4 +422,10 @@
}
}
}
.quoted-status {
margin-top: 0.5em;
border: 1px solid var(--border, $fallback--border);
border-radius: var(--attachmentRadius, $fallback--attachmentRadius);
}
}