theme: Move the black background of the video

We need the black inside the subsurface node for the single-pixel
optimization to work, so put it there.
This commit is contained in:
Matthias Clasen 2024-04-13 21:51:34 -04:00
parent 0108a5f56d
commit e33e9c506d

View File

@ -3940,7 +3940,9 @@ video {
min-height: 64px;
border-radius: 32px;
}
background: black;
& graphicsoffload > picture {
background: black;
}
}
/************