mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 09:14:48 +08:00
FIX: Arrows had inverted visibility settings
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user