Revert testing values

This commit is contained in:
ferferga 2020-05-23 19:58:03 +02:00
parent 6840beaca9
commit d7fda69e9c
2 changed files with 5 additions and 6 deletions

View file

@ -6,13 +6,12 @@
transition: opacity 0.7s;
}
/* We let the canvas overflow a little, so it gives a cooler zoom effect when transitioning */
.blurhash-canvas {
align-items: stretch;
position: absolute;
top: -5px;
left: -5px;
width: 105%;
height: 105%;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1000;
}