1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

Fix Chat Width not applying to Chat on Videos. Minor string tweaks for the disable auto-play feature.

This commit is contained in:
SirStendec 2017-11-28 02:13:47 -05:00
parent 7f997d4884
commit 2b6e93ab11
2 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@ body .channel-page__video-player--theatre-mode {
width: calc(100% - var(--ffz-chat-width)); width: calc(100% - var(--ffz-chat-width));
} }
body .video-watch-page__right-column,
body .channel-page__right-column { body .channel-page__right-column {
width: var(--ffz-chat-width); width: var(--ffz-chat-width);
} }

View file

@ -97,8 +97,8 @@ export default class Player extends Module {
this.settings.add('player.home.autoplay', { this.settings.add('player.home.autoplay', {
default: true, default: true,
ui: { ui: {
path: 'Channel > Player >> Homepage', path: 'Channel > Player >> Front Page',
title: 'Autoplay featured broadcasters on the homepage.', title: 'Auto-play featured broadcasters on the front page.',
component: 'setting-check-box' component: 'setting-check-box'
}, },
}); });