🐐
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user