1
0

Add right and top positioning to paw-queued class

This commit is contained in:
2025-05-26 11:44:34 +02:00
parent 8d9fbdb0ec
commit e0e267b616

View File

@@ -196,6 +196,8 @@
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
pointer-events: none;
right:80px;
top:50px;
}
</style>
</head>