Skip to content

Commit 1fcc710

Browse files
committed
refactor: remove rotation effect from node card dragging style
1 parent 73b39ff commit 1fcc710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widgets/dashboard/nodes/node-card/NodeCard.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
}
1818

1919
.nodeRowDragging {
20-
transform: rotate(1deg) scale(1.02);
2120
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
2221
border-color: light-dark(var(--mantine-color-blue-4), var(--mantine-color-blue-4));
2322
z-index: 1000;

0 commit comments

Comments
 (0)