fix(animation): move bowl to preview-wrapper and increase size

This commit is contained in:
2026-01-14 15:47:40 +01:00
parent 1613175112
commit ef8bbe7730

View File

@@ -713,15 +713,15 @@ kbd {
}
/* Bowl smiley peek animation from bottom right corner */
.preview-section.matched::after {
.preview-wrapper.matched::before {
content: "";
position: absolute;
bottom: 0;
right: 40px;
width: 80px;
height: 80px;
right: 20px;
width: 200px;
height: 200px;
background: url("/bowl.png") center/contain no-repeat;
z-index: 20;
z-index: 5;
pointer-events: none;
animation: bowl-peek 3s ease-in-out forwards;
transform: translateY(100%);