fix missing av decoration, missed when moving to js
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
creations 2025-05-16 18:53:15 -04:00
parent bf52c02122
commit 9d6b9e40a7
Signed by: creations
GPG key ID: 8F553AA4320FC711
3 changed files with 19 additions and 4 deletions

View file

@ -177,10 +177,10 @@ main {
.decoration {
position: absolute;
top: -18px;
left: -18px;
width: 164px;
height: 164px;
top: -13px;
left: -16px;
width: 160px;
height: 160px;
pointer-events: none;
}