mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-25 03:58:30 +00:00
Fixed #313. Fix Volume scroll working the opposite way it should in Firefox. Fix typo in setting description.
This commit is contained in:
parent
6da5d4c8b5
commit
ab8904a626
4 changed files with 9 additions and 3 deletions
|
@ -250,7 +250,7 @@ export default class ChatHook extends Module {
|
|||
this.css_tweaks.setVariable('chat-font-family', font);
|
||||
this.css_tweaks.setVariable('chat-width', `${width}px`);
|
||||
|
||||
this.css_tweaks.toggle('chat-font', size === 12 && ! font);
|
||||
this.css_tweaks.toggle('chat-font', size !== 12 || font);
|
||||
this.css_tweaks.toggle('chat-width', width !== 340);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue