client/css: fix tag list style
This commit is contained in:
parent
9283851862
commit
7451d16baf
2 changed files with 9 additions and 1 deletions
|
@ -272,6 +272,14 @@ $safety-unsafe = #F3985F
|
||||||
h1
|
h1
|
||||||
margin-bottom: 0.5em
|
margin-bottom: 0.5em
|
||||||
|
|
||||||
|
i
|
||||||
|
padding-right: 0.4em
|
||||||
|
|
||||||
|
.tag-usages
|
||||||
|
font-size: 90%
|
||||||
|
color: $inactive-link-color
|
||||||
|
margin-left: 0.7em
|
||||||
|
|
||||||
.post-view .edit-sidebar
|
.post-view .edit-sidebar
|
||||||
.expander-content
|
.expander-content
|
||||||
section:not(:last-child)
|
section:not(:last-child)
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
--><% if (ctx.canListPosts) { %><!--
|
--><% if (ctx.canListPosts) { %><!--
|
||||||
--></a><!--
|
--></a><!--
|
||||||
--><% } %><!--
|
--><% } %><!--
|
||||||
--><span class='append' data-pseudo-content='<%- ctx.getTagUsages(tag) %>'></span><!--
|
--><span class='tag-usages' data-pseudo-content='<%- ctx.getTagUsages(tag) %>'></span><!--
|
||||||
--></li><!--
|
--></li><!--
|
||||||
--><% } %><!--
|
--><% } %><!--
|
||||||
--></ul>
|
--></ul>
|
||||||
|
|
Loading…
Reference in a new issue