🐛 Fixes problems with comments section

This commit is contained in:
alonso.torres 2021-03-10 11:48:09 +01:00
parent 172372d4c0
commit c12cbbca2e
4 changed files with 15 additions and 12 deletions

View file

@ -246,6 +246,7 @@
pointer-events: auto;
.thread-groups {
hr {
border: 0;
height: 1px;
@ -424,16 +425,18 @@
}
}
.thread-group {
.section-title {
color: $color-black;
}
.thread-groups {
max-height: calc(30rem - 40px);
overflow: auto;
.threads {
max-height: 25rem;
overflow: auto;
hr {
background-color: $color-gray-10;
}
}
.thread-group .section-title {
color: $color-black;
}
.comment {
.author .name .fullname {