Skip to content

possible fix for restoring missing twitch mod action buttons#1245

Open
BennyyyBB wants to merge 1 commit into
SevenTV:masterfrom
BennyyyBB:mod-view-button-fix
Open

possible fix for restoring missing twitch mod action buttons#1245
BennyyyBB wants to merge 1 commit into
SevenTV:masterfrom
BennyyyBB:mod-view-button-fix

Conversation

@BennyyyBB

@BennyyyBB BennyyyBB commented Jun 7, 2026

Copy link
Copy Markdown

Proposed changes

Twitch restructured the DOM of the chat input button container, causing the mod buttons (auto mod shield and mod sword) to be caught by our overly broad CSS selector. To hopefully fix this issue #1241 I:

  • narrowed :not(:has(...)) selector in ChatInputControllerModule.vue from excluding only the settings button to excluding any element that contains a button.
  • mod action buttons should be visible again while the 7TV extension is active + empty layout wrappers continue to be hidden, keeping the input bar clean

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant