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

View File

@ -82,7 +82,7 @@
background-color: var(--color-secondary-dark-4); 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: "•"; content: "•";
} }