mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:28:21 +02:00
🐛 Fixes problems with comments section
This commit is contained in:
parent
172372d4c0
commit
c12cbbca2e
4 changed files with 15 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue