This commit is contained in:
parent
ca4cf0ec5e
commit
0a3e8ca2d0
|
@ -113,7 +113,9 @@ onMounted(() => {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: -32px;
|
left: -32px;
|
||||||
background-color: color(from var(--MI_THEME-bg) srgb r g b / 0.8);
|
-webkit-backdrop-filter: var(--MI-blur, blur(15px));
|
||||||
|
backdrop-filter: var(--MI-blur, blur(15px));
|
||||||
|
background: color(from var(--MI_THEME-bg) srgb r g b / 0.5);
|
||||||
margin: 0 -32px;
|
margin: 0 -32px;
|
||||||
padding: 24px 32px;
|
padding: 24px 32px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue