[style] tweak fedi comment style

This commit is contained in:
SouthFox 2023-06-16 11:14:59 +08:00
parent 2e489ea611
commit fb788494d0

View file

@ -1457,6 +1457,7 @@ dialog #close {
.mastodon-comment .author .details {
display: flex;
flex-direction: column;
overflow: hidden;
}
.mastodon-comment .author .details .name {
font-weight: bold;
@ -1469,13 +1470,14 @@ dialog #close {
margin-left: auto;
font-size: small;
}
/* .mastodon-comment .content { */
/* margin: 15px 20px; */
/* } */
.mastodon-comment .content p:first-child {
margin-top:0;
margin-bottom:0;
}
.mastodon-comment .content {
padding: 10px;
margin: 5px;
}
.mastodon-comment .status > div {
display: inline-block;
margin-right: 15px;