summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 18:57:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-10 18:57:00 +0200
commit4b7bb266f173233defe46e9dcb8c83ef3c35c009 (patch)
treecded7207cf5ed6a279c9f3b608ab972d2666ef6e /templates
parentd8a83b85292a5309576afd1c0325f6103a7d2502 (diff)
some changes :/
Diffstat (limited to 'templates')
-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)">