Support for loading, deleting, tag joining, and
This commit is contained in:
11
src/app/comment-card/comment-card.component.scss
Normal file
11
src/app/comment-card/comment-card.component.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
|
||||
:host:not(:first-of-type) {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.comment-card {
|
||||
max-width: 420px;
|
||||
}
|
||||
Reference in New Issue
Block a user