Don't use a gradient

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-02 14:53:47 +02:00
parent d16e42374f
commit 85dfb3c1e5
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

View file

@ -76,8 +76,7 @@
height: calc(
16px + 20px + 16px
); /* top padding + button size + buttom padding */
background-image: linear-gradient(to bottom, var(--background), transparent);
opacity: 0.8;
background-color: var(--background-85);
}
.videoTile:hover .button {