.mastodon-comment {
    display: flex;
}

.mastodon-comment .avatar {
  padding: 0.5em;
}

.mastodon-comment .avatar img {
    max-width: unset;
    height: 60px;
    width: 60px;
}

.mastodon-comment .mastodon-content {
    padding: 0.5em;
    flex: 1;
}

.mastodon-comment .author {
    display: flex;
    justify-content: space-between;
}

.mastodon-comment .author .disabled {
    opacity: 0.5;
}