UX: Consistent placement of category-title-before plugin outlet (#8010)

This commit is contained in:
tshenry 2019-08-15 16:04:50 -07:00 committed by Sam
parent b4878cde6f
commit 82e07cb0f4
3 changed files with 2 additions and 4 deletions

View File

@ -11,10 +11,10 @@
{{/if}}
<h3>
{{category-title-before category=c}}
{{#if c.read_restricted}}
{{d-icon 'lock'}}
{{/if}}
{{category-title-before category=c}}
{{c.name}}
</h3>
</a>

View File

@ -1,10 +1,9 @@
{{category-title-before category=category}}
<a class="category-title-link" href={{category.url}}>
<div class="category-text-title">
{{category-title-before category=category}}
{{#if category.read_restricted}}
{{d-icon 'lock'}}
{{/if}}
<span class="category-name">{{dir-span category.name}}</span>
</div>
{{#if category.uploaded_logo.url}}

View File

@ -278,7 +278,6 @@ tr.category-topic-link {
h3 {
max-width: 100%;
display: inline-block;
font-size: $font-up-2;
padding: 0 0 0 10px;
.d-icon {