Add hat collection message

This commit is contained in:
Idrees Hassan
2026-01-21 22:36:12 -05:00
parent 3b2081943d
commit 130fae6e0c
10 changed files with 144 additions and 36 deletions

View File

@@ -45,10 +45,16 @@
image-rendering: pixelated;
position: absolute;
bottom: 0;
transform-origin: bottom;
transform: scale(calc(var(--birb-scale) * 1.5)) !important;
transform-origin: bottom;
transition-duration: 0.2s;
z-index: 2147483630 !important;
cursor: pointer;
}
.birb-item:hover {
transform: scale(calc(var(--birb-scale) * 2)) !important;
transition-duration: 0.2s;
}
.birb-window {