Skip to content

Commit

Permalink
Tweaks: Fix subtle following/mutuals tweak in communities (AprilSylph…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Aug 18, 2024
1 parent f6329c7 commit 244109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/tweaks/subtle_activity_mutuals.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { keyToCss } from '../../utils/css_map.js';
import { buildStyle } from '../../utils/interface.js';
import { dom } from '../../utils/dom.js';

const labelSelector = keyToCss('followingBadgeContainer', 'mutualsBadgeContainer');
const labelSelector = `${keyToCss('followingBadgeContainer', 'mutualsBadgeContainer')}:has(> svg)`;

const spanClass = 'xkit-tweaks-subtle-activity-span';

Expand Down

0 comments on commit 244109c

Please sign in to comment.