stacker.news/components/comment.module.css

26 lines
295 B
CSS

.item {
align-items: flex-start;
}
.upvote {
margin-top: .3rem;
}
.text {
margin-top: .1rem;
}
.reply {
font-weight: bold;
cursor: pointer;
text-decoration: underline;
}
.children {
margin-top: .4rem;
}
.comments {
margin-left: 16px;
margin-top: .5rem;
}