File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 393393 {{if or .Content .Attachments}}
394394 <div class="timeline-item comment">
395395 <div class="content comment-container">
396- <div class="ui top attached header comment-header tw-flex tw-items-center tw-justify-between ">
396+ <div class="comment-header">
397397 <div class="comment-header-left tw-flex tw-items-center">
398398 {{if gt .Poster.ID 0}}
399399 <a class="inline-timeline-avatar" href="{{.Poster.HomeLink}}">
633633 </div>
634634 {{if .Content}}
635635 <div class="timeline-item comment">
636- <div class="content">
637- <div class="ui top attached header comment-header-left tw-flex tw-items-center arrow-top">
636+ <div class="content comment-container ">
637+ <div class="comment-header arrow-top">
638638 {{if gt .Poster.ID 0}}
639639 <a class="inline-timeline-avatar" href="{{.Poster.HomeLink}}">
640640 {{ctx.AvatarUtils.Avatar .Poster 24}}
644644 {{ctx.Locale.Tr "action.review_dismissed_reason"}}
645645 </span>
646646 </div>
647- <div class="ui attached segment">
647+ <div class="ui attached segment comment-body ">
648648 <div class="render-content markup">
649649 {{if .RenderedContent}}
650650 {{.RenderedContent}}
Original file line number Diff line number Diff line change 5757 {{$createdSubStr:= DateUtils.TimeSince .CreatedUnix}}
5858 <div class="comment code-comment" id="{{.HashTag}}">
5959 <div class="content comment-container">
60- <div class="header comment-header">
60+ <div class="comment-header">
6161 <div class="comment-header-left tw-flex tw-items-center">
6262 {{if not .OriginalAuthor}}
6363 <a class="avatar">
Original file line number Diff line number Diff line change @@ -1480,16 +1480,12 @@ td .commit-summary {
14801480}
14811481
14821482.comment-header {
1483- border : none !important ;
14841483 background : var (--color-box-header );
1485- border-bottom : 1px solid var (--color-secondary ) !important ;
1486- font-weight : var (--font-weight-normal ) !important ;
1484+ border-bottom : 1px solid var (--color-secondary );
14871485 padding : 0 1rem ;
1488- margin : 0 !important ;
14891486 position : relative;
14901487 color : var (--color-text );
14911488 min-height : 41px ;
1492- background-color : var (--color-box-header );
14931489 display : flex;
14941490 justify-content : space-between;
14951491 align-items : center;
You can’t perform that action at this time.
0 commit comments