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

Release 1.0.8

This commit is contained in:
chylex 2017-08-01 21:48:47 +02:00
parent 4a4d701ff2
commit 0a02f8fb15

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.0.7
// @version 1.0.8
// @namespace https://chylex.com
// @include https://www.twitch.tv/*
// @run-at document-end
@ -225,6 +225,7 @@ body${wa} .app-main.theatre${wa} #main_col${wa} #player${wa} {
.theatre #right_col:not(:hover) .chat-messages .system-msg {
color: #b7b5ba !important;
background: none !important;
}
.theatre #right_col:not(:hover) .chat-messages .chat-chip {
@ -257,6 +258,14 @@ body${wa} .app-main.theatre${wa} #main_col${wa} #player${wa} {
// chat container
.theatre #right_col .chat-container {
border-left: none;
}
.theatre #right_col .sticky-message--pinned-cheers {
border: none !important;
}
.theatre #right_col:not(:hover) .chat-container {
background: ${convHex("17141f"+(Math.round(settings.backgroundOpacity * 2.55).toString(16).padStart(2, '0')))} !important;
color: #ece8f3 !important;
@ -366,8 +375,6 @@ ${settings.chatLeftSide && settings.transparentChat ? `
top: 50px !important;
}
// chat container
${settings.hideHeader ? `
.theatre #right_col:not(:hover) .chat-header {
display: none;