This commit is contained in:
2026-08-05 00:41:31 +02:00
parent c223ab281c
commit 198a0031f1
-25
View File
@@ -502,28 +502,3 @@ main{
}
}
}
#posterWindow{
visibility: collapse;
top: 5vh;
left: 5vw;
}
#posterContainer{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}
canvas{
visibility: collapse;
height: 110%;
width: auto;
position: absolute;
inset: 0;
z-index: -30;
}