Implement formatting

This commit is contained in:
2025-09-21 16:55:39 +03:00
Unverified
parent b2710a8cf5
commit 5e0d225b24
3 changed files with 31 additions and 9 deletions
+9 -1
View File
@@ -205,8 +205,16 @@
.message-content {
word-wrap: break-word;
margin-bottom: 0.3rem;
margin-bottom: 10px;
white-space: pre-wrap;
> p:first-child {
margin-block-start: 0;
}
> p:last-child {
margin-block-end: 0;
}
}
.quote.reply-preview {