Skip to content

Commit

Permalink
Tweaks: Fix blazed posts UI with "Hide mini follow button" tweak (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Jan 19, 2025
1 parent fdee243 commit 0b21f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/tweaks/hide_mini_follow.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { keyToCss } from '../../utils/css_map.js';
import { buildStyle } from '../../utils/interface.js';

export const styleElement = buildStyle(`
article ${keyToCss('followButton')} { display: none; }
article ${keyToCss('followButton')}:not(${keyToCss('postMeatballsContainer')} *) { display: none; }
`);

0 comments on commit 0b21f78

Please sign in to comment.