[feature] reduce margin each talk
This commit is contained in:
parent
334bc0c89f
commit
1abd6ecc2d
@ -90,6 +90,14 @@ pre {
|
|||||||
color: #737373;
|
color: #737373;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.msg-content > *:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.msg-content > *:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.msg-private::after {
|
.msg-private::after {
|
||||||
content: " PRIVATE";
|
content: " PRIVATE";
|
||||||
color: #ff9400;
|
color: #ff9400;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user