Fix: Increased the intensity of shadow behind OSD controls

This commit is contained in:
lscambo13
2025-05-15 13:42:15 -07:00
parent fd86c8be0e
commit 0dd5784be8

View File

@@ -2619,6 +2619,14 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
margin-top: 4em;
}
.videoOsdBottom.videoOsdBottom-maincontrols {
background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0));
}
.skinHeader-withBackground.osdHeader {
background: linear-gradient(180deg, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0));
}
/* this is the default header, visible in home and libraries */
.skinHeader-blurred:not(.osdHeader) {
backdrop-filter: var(--blurDefault);