mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 10:06:54 +00:00
Apply custom chat Font Size on chat input as well (#637)
* Apply custom chat Font Size on chat input as well * Move `ChatInput` updates to the corresponding module With that, also emit an event on the chat when the CSS changes * Fix not listening to the correct `update-chat-css` event * Also make sure the font size get's applied to vod / clips input, too
This commit is contained in:
parent
2142f132f5
commit
9f9da90452
3 changed files with 13 additions and 1 deletions
|
@ -440,6 +440,8 @@ export default class ChatHook extends Module {
|
|||
|
||||
this.css_tweaks.toggle('emote-alignment-padded', emote_alignment === 1);
|
||||
this.css_tweaks.toggle('emote-alignment-baseline', emote_alignment === 2);
|
||||
|
||||
this.emit(':update-chat-css');
|
||||
}
|
||||
|
||||
updateLineBorders() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue