Filterworks: Fix aspect ratio shenanigans

This commit is contained in:
Jade Macho 2024-10-19 03:07:01 +02:00
parent 3d99379cb5
commit e4a1f68582
Signed by: 0x0ade
GPG Key ID: E1960710FE4FBEEF

View File

@ -18,12 +18,12 @@
}
.filterworks-canvas {
position: absolute;
position: relative;
display: block;
padding: 0;
margin: auto;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}