Refactor comment UI code

And run prettier
This commit is contained in:
Michael Shamoon 2022-08-07 17:33:13 -07:00
parent 6d956ac13b
commit 5c1e09cc48
7 changed files with 85 additions and 75 deletions

View file

@ -0,0 +1,22 @@
.comment-card-body {
padding-top: .8rem !important;
padding-bottom: .8rem !important;
max-height: 10rem;
overflow: scroll;
white-space: pre-wrap;
}
.comment-card-header a {
border: none;
background: none;
padding: 5px;
border-radius: 50%;
}
.comment-card-header a:hover {
background: #FFF;
}
.comment-card-header a:hover svg {
fill: var(--primary);
}