style: better selector for middot

This commit is contained in:
Tim-Niclas Oelschläger 2024-02-14 00:21:52 +01:00 committed by Lunny Xiao
parent d6acba16e8
commit 28bca98564
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
</div>
{{end}}
</div>
<div class="flex-item-body">
<div class="flex-item-body separator-container">
<a class="index" href="{{if .Link}}{{.Link}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
{{if eq $.listType "dashboard"}}
{{.Repo.FullName}}#{{.Index}}

View File

@ -82,7 +82,7 @@
background-color: var(--color-secondary-dark-4);
}
#issue-list .flex-item-body > .flex-text-inline::before {
#issue-list .separator-container > .flex-text-inline::before {
content: "•";
}