|
.mastodon-comment {
|
|
background-color: azure;
|
|
border-radius: 10px;
|
|
padding: 5px;
|
|
margin-bottom: 1rem;
|
|
display: flex;
|
|
font-size: 80%;
|
|
}
|
|
.mastodon-comment .content {
|
|
flex-grow:2
|
|
}
|
|
.mastodon-comment .avatar img {
|
|
margin-right:1rem;
|
|
min-width:60px
|
|
}
|
|
.mastodon-comment .author {
|
|
padding-top:0;
|
|
display:flex
|
|
}
|
|
.mastodon-comment .author .date {
|
|
margin-left:auto
|
|
}
|
|
.mastodon-comment .disabled {
|
|
color:var(--accent-color)
|
|
}
|
|
.mastodon-comment-content p:first-child {
|
|
margin-top:0
|
|
}
|