summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorCherrg <michael@gnehr.de>2019-07-06 23:37:46 +0200
committerzeripath <art27@cantab.net>2019-07-06 22:37:46 +0100
commit5b92bc1bec26de0143efccf70927bc9e46f9101c (patch)
treeef538927ab929a63db7eddf5590816fd71377cde /templates
parent7166629d9c2b71fe29a717a121bc080ba656cda2 (diff)
downloadgitea-5b92bc1bec26de0143efccf70927bc9e46f9101c.tar.gz
gitea-5b92bc1bec26de0143efccf70927bc9e46f9101c.zip
ui - cut timeline length with last element on issue view (#7355)
* cut timeline length with last element on issue view fix #7304 - lightly enlight dark theme issue timeline color Signed-off-by: Michael Gnehr <michael@gnehr.de> * remove new container Signed-off-by: Michael Gnehr <michael@gnehr.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/issue/view_content.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl
index cb85c5be97..16700a8dc1 100644
--- a/templates/repo/issue/view_content.tmpl
+++ b/templates/repo/issue/view_content.tmpl
@@ -9,8 +9,8 @@
{{end}}
{{ $createdStr:= TimeSinceUnix .Issue.CreatedUnix $.Lang }}
- <div class="twelve wide column comment-list">
- <ui class="ui comments">
+ <div class="twelve wide column comment-list prevent-before-timeline">
+ <ui class="ui comments timeline-line">
<div class="comment">
<a class="avatar" {{if gt .Issue.Poster.ID 0}}href="{{.Issue.Poster.HomeLink}}"{{end}}>
<img src="{{.Issue.Poster.RelAvatarLink}}">