1
0
Fork 0
forked from forgejo/forgejo

Add edit, delete and reaction support to code review comments on issue page (#14339)

This commit is contained in:
Lauris BH 2021-01-17 19:29:10 +02:00 committed by GitHub
parent acb1ceb1f4
commit ca63a9d3f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 101 additions and 20 deletions

View file

@ -939,6 +939,10 @@
}
}
.ui.comments {
max-width: 100%;
}
.comment {
> .content {
> div:first-child {
@ -1048,12 +1052,39 @@
border: none !important;
}
.comment-header {
background: transparent;
border-bottom: 0 !important;
padding: 0 !important;
&::after,
&::before {
display: none;
}
}
.avatar.image {
width: 28px;
height: 28px;
}
}
.comment-code-cloud {
.segment.reactions {
border-top: none !important;
.ui.label {
border: 1px solid;
padding: 6px !important;
border-radius: var(--border-radius);
}
}
button.comment-form-reply {
margin-left: 0;
}
}
.event {
padding-left: 15px;