fix(core): update

This commit is contained in:
2021-08-29 17:10:25 +02:00
parent 631502b480
commit ab19e97c31
7 changed files with 162 additions and 63 deletions

View File

@ -22,18 +22,23 @@ export class DeesWindowLayer extends LitElement {
${domtools.elementBasic.styles}
<style>
.windowOverlay {
will-change: transform;
transition: all 1s;
position: fixed;
top: 0px;
left: 0px;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0.0);
backdrop-filter: blur(0px);
}
.visible {
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(3px);
backdrop-filter: brightness(0.3);
}
</style>
<div class="windowOverlay">