1
0
mirror of https://github.com/chylex/Transparent-Twitch-Chat.git synced 2025-05-09 16:34:03 +02:00

Release 1.3.5

This commit is contained in:
chylex 2019-03-05 19:30:55 +01:00
parent 0db3db5a8c
commit c90b031b04

View File

@ -1,7 +1,7 @@
// ==UserScript==
// @name Transparent Twitch Chat
// @description Why decide between missing a PogChamp or sacrificing precious screen space, when you can have the best of both worlds!
// @version 1.3.4
// @version 1.3.5
// @namespace https://chylex.com
// @homepageURL https://github.com/chylex/Transparent-Twitch-Chat
// @supportURL https://github.com/chylex/Transparent-Twitch-Chat/issues
@ -102,7 +102,7 @@ ${settings.chatWidth < 350 ? `
${rcol} .video-chat__settings, ${rcol} .chat-settings {width:${settings.chatWidth - 50}px}
` : ``}
${settings.hideHeader ? `
${rcolBlur} .room-selector__header {display:none!important}
${rcolBlur} .rooms-header, ${rcolBlur} .room-selector__header {display:none!important}
` : ``}
${settings.hideChatInput ? `
${rcolBlur} .chat-input, ${rcolBlur} .video-chat__input {display:none!important}