Skip to content

twitch.no.vignette by bladeevich

Details

Authorbladeevich

LicenseCC0-1.0==/UserStyle== */

Categorytwitch.no.vignette

Created

Updated

Size646 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ENG: Removes annoying shadow at the top and bottom of the player.

RUS: Удаляет раздражающую тень в верхней и нижней части плеера.

Notes

Userstyle doesn't have notes.

Source code

/* ==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);
    
}
}

Reviews

No reviews yet.