mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
display empty div only if there are entries
This commit is contained in:
@@ -106,5 +106,5 @@
|
||||
<div ng-include="'templates/_shortcuts.html'"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="height: 1000px" ui-if="settingsService.settings.viewMode == 'expanded'"></div>
|
||||
<div style="height: 1000px" ui-if="settingsService.settings.viewMode == 'expanded' && entries.length != 0"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user