UX: Consistent placement of category-title-before plugin outlet (#8010)
This commit is contained in:
parent
b4878cde6f
commit
82e07cb0f4
|
@ -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>
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue