From a8c928b316a85f17d3cdefad8d563c7f8dbb6d7a Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Wed, 17 Mar 2021 00:54:08 +0100 Subject: =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=F0=9F=92=84=20Refactor=20dropdown?= =?UTF-8?q?=20+=20fix=20opacity=20+=20realign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- templates/part.content.php | 130 ++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 65 deletions(-) (limited to 'templates') diff --git a/templates/part.content.php b/templates/part.content.php index 120eddb8e..9bfc86e6d 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -26,8 +26,8 @@ ng-class="{read: !item.unread, open: item.show, active: Content.isItemActive(item.id)}" data-id="{{ ::item.id }}">
+ ng-click="Content.toggleItem(item)" + ng-class="{'compact-dropdown': Content.showDropdown[item.id]}">
  • @@ -90,7 +90,6 @@
  • - - - - -
  • @@ -169,6 +106,69 @@
+ + + + +
-- cgit v1.2.3