fix missing av decoration, missed when moving to js
All checks were successful
Code quality checks / biome (push) Successful in 9s
All checks were successful
Code quality checks / biome (push) Successful in 9s
This commit is contained in:
parent
bf52c02122
commit
9d6b9e40a7
3 changed files with 19 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue