pad entry in expanded view only

This commit is contained in:
Athou
2013-05-26 18:22:18 +02:00
parent 52f4f7d353
commit b133b2aee5
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<div>
<div ng-class="{expanded: settingsService.settings.viewMode == 'expanded'}">
<div class="entrylist-header" ui-if="name">
<h3><span>{{name}}&nbsp;</span><span ng-show="name && selectedType == 'category'"> &#187;</span></h3>
</div>