[feature] reduce margin each talk

This commit is contained in:
方而静 2021-03-26 14:08:49 +08:00
parent 334bc0c89f
commit 1abd6ecc2d
No known key found for this signature in database
GPG Key ID: C4F2853BC3103681

View File

@ -90,6 +90,14 @@ pre {
color: #737373;
}
.msg-content > *:first-child {
margin-top: 0;
}
.msg-content > *:last-child {
margin-bottom: 0;
}
.msg-private::after {
content: " PRIVATE";
color: #ff9400;