FIX: Arrows had inverted visibility settings
This commit is contained in:
parent
fc2a08731a
commit
e30f62552e
|
@ -20,6 +20,6 @@
|
|||
<div class='nums'>
|
||||
<h4>{{progressPosition}}</h4><span class="{{if hugeNumberOfPosts 'hidden'}}"> <span>/</span> <h4>{{model.postStream.filteredPostsCount}}</h4></span>
|
||||
</div>
|
||||
<i class="fa {{if expanded 'fa-sort'}}"></i>
|
||||
<i class="fa {{unless expanded 'fa-sort'}}"></i>
|
||||
<div class='bg'> </div>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in New Issue