summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 34269dc1d..b28d0deb2 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -7,7 +7,7 @@
<li class="item {{ Content.getFeed(item.feedId).cssClass }}"
ng-repeat="item in Content.getItems() | orderBy:[Content.orderBy()] track by item.id"
ng-click="Content.markRead(item.id)"
- ng-class="{read: !item.unread, expanded: !Content.isCompactView() || item.show}"
+ ng-class="{read: !item.unread, open: item.show, compact: Content.isCompactView()}"
data-id="{{ item.id }}">
<div class="utils" ng-click="Content.toggleItem(item)">