Skip to content

Commit

Permalink
Auto merge of #1322 - blackjackkent:RetagsToggle, r=nightpool
Browse files Browse the repository at this point in the history
Fixing retags toggle

Resolves #1316

(or the remainder of it, rather)
  • Loading branch information
homu committed May 25, 2017
2 parents ad35261 + 5692d55 commit 9ff3635
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Extensions/retags.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//* TITLE Retags **//
//* DEVELOPER new-xkit **//
//* VERSION 1.2.0 **//
//* VERSION 1.2.1 **//
//* DESCRIPTION Adds tags to reblog notes **//
//* FRAME false **//
//* SLOW false **//
Expand Down Expand Up @@ -263,8 +263,9 @@ XKit.extensions.retags = {

css_toggle:
$('<style class="retags"> ' +
'.ui_note { display: none; } ' +
'.ui_note, .ui_notes .activity-notification { display: none; } ' +
'.ui_note.is_retags, .ui_note.is_reply, .ui_note.is_response, .ui_note.is_user_mention { display: block; } ' +
'.activity-notification.is_retags, .activity-notification.is_reply, .activity-notification.is_reblog:not(.naked), .activity-notification.user_mention, .activity-notification.note_mention { display: flex; }' +
'</style>'),

mobile_toggle:
Expand Down

0 comments on commit 9ff3635

Please sign in to comment.