mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 19:18:20 +00:00
Rework focused comment styling (#13434)
Had to tweak a few borders to make it work properly in all cases, also added .comment-body class to specifically target that body.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui attached segment">
|
||||
<div class="ui attached segment comment-body">
|
||||
<div class="render-content markdown">
|
||||
{{if .Issue.RenderedContent}}
|
||||
{{.Issue.RenderedContent|Str2html}}
|
||||
|
Reference in New Issue
Block a user