forked from forgejo/forgejo
Add edit, delete and reaction support to code review comments on issue page (#14339)
This commit is contained in:
parent
acb1ceb1f4
commit
ca63a9d3f1
5 changed files with 101 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue