|
|
@ -27,7 +27,7 @@ |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
opacity: 0; |
|
|
|
background-color: #111; |
|
|
|
background-color: rgb(var(--movim-background)); |
|
|
|
} |
|
|
|
|
|
|
|
#preview:not(:empty) { |
|
|
@ -49,10 +49,7 @@ |
|
|
|
|
|
|
|
#preview .pinfo, |
|
|
|
#preview .buttons { |
|
|
|
background-color: rgba(var(--movim-gray), 0.4); |
|
|
|
transition: opacity .3s cubic-bezier(.4,0,.2,1); |
|
|
|
backdrop-filter: blur(0.5rem); |
|
|
|
box-shadow: var(--elevation-1); |
|
|
|
position: absolute; |
|
|
|
} |
|
|
|
|
|
|
|