This commit is contained in:
2026-03-18 21:00:28 +01:00
parent 20de591cb6
commit 46b7a12d30
3 changed files with 17 additions and 3 deletions

View File

@@ -809,11 +809,15 @@
transition: transform 0.15s, filter 0.15s;
}
.board-card-wrap:hover {
.my-board .board-card-wrap:hover {
transform: scale(1.5);
z-index: 25;
}
.opponent-board .board-card-wrap:hover {
transform: scale(1.5) translateY(20px);
}
.board-card-wrap.destroying {
animation: crumble 0.6s ease-in forwards;
z-index: 20;
@@ -1014,7 +1018,7 @@
}
.hand-card:hover:not(:disabled) :global(.card) {
transform: scale(1.1) translate(-30px, calc(var(--peek-y) - 80px)) !important;
transform: scale(1.1) translate(-50px, calc(var(--peek-y) - 80px)) !important;
transform-origin: top left !important;
z-index: 50 !important;
}