1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-11 16:40:55 +00:00
* Added: New option for adjusting the font size on Twitch outside of chat.
* Changed: Use tabular numbers (fixed width) for chat timestamps.
* Fixed: Update the default font size to `13` to reflect changes made in Twitch's recent update.
This commit is contained in:
SirStendec 2020-10-05 13:16:37 -04:00
parent 64f7a513a8
commit 0c5dcb4d1b
5 changed files with 48 additions and 3 deletions

View file

@ -100,7 +100,7 @@ export default class Chat extends Module {
});
this.settings.add('chat.font-size', {
default: 12,
default: 13,
ui: {
path: 'Chat > Appearance >> General',
title: 'Font Size',