style tweaks to homepage activity stream

This commit is contained in:
2016-11-24 18:17:40 +01:00
parent 32ac0a64fb
commit d35f2aa8c9
2 changed files with 6 additions and 16 deletions

View File

@@ -285,13 +285,8 @@ script.
/* Click on the whole asset/comment row to go */
$('li.activity-stream__list-item.asset, li.activity-stream__list-item.comment').click(function(e){
window.location.href = $(this).data('url');
$(this).addClass('active');
$(this).find('.activity-stream__list-thumbnail i')
.removeAttr('class')
.addClass('pi-spin spin');
});
hopToTop(); // Display jump to top button