ENG: Removes annoying shadow at the top and bottom of the player.
RUS: Удаляет раздражающую тень в верхней и нижней части плеера.
Authorbladeevich
LicenseCC0-1.0==/UserStyle== */
Categorytwitch.no.vignette
Created
Updated
Size646 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
ENG: Removes annoying shadow at the top and bottom of the player.
RUS: Удаляет раздражающую тень в верхней и нижней части плеера.
/* ==UserStyle==
@name Twitch No vignette
@namespace USO Archive
@version 20191018.07.54
@description "ENG: Removes annoying shadow at the top and bottom of the player.\r\n\r\nRUS: Удаляет раздражающую тень в верхней и нижней части плеера."
@author DeusVEC
@license CC0-1.0==/UserStyle== */
@-moz-document domain("www.twitch.tv")
{
.top-bar {
background: linear-gradient(180deg,rgba(100, 65, 164, 0) 0,rgba(100, 65, 164, 0) 60%,transparent);
}
.player-controls {
background: linear-gradient(0deg,#19171c61 0,rgba(100, 65, 164, 0) 60%,transparent);
}
}