forked from Archives/Athou_commafeed
add an empty space (placeholder for now) below the entry list to be able to scroll past the last entry
This commit is contained in:
@@ -60,11 +60,12 @@
|
||||
</div>
|
||||
<div class="no-entries" ng-show="name && entries.length == 0 && !busy">"{{name}}" has no unread items.</div>
|
||||
<div modal="shortcutsModal" close="shortcutsModal=false" options="shortcutsOpts">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" ng-click="shortcutsModal=false">×</button>
|
||||
<h4>Keyboard shortcuts</h4>
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" ng-click="shortcutsModal=false">×</button>
|
||||
<h4>Keyboard shortcuts</h4>
|
||||
</div>
|
||||
<div ng-include="'templates/_shortcuts.html'"></div>
|
||||
</div>
|
||||
<div ng-include="'templates/_shortcuts.html'"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="height: 1000px"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user