From 770f7823f81c7f58ebb8bb6af28af959c17fcf43 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 3 May 2020 11:12:26 +0200 Subject: [PATCH] microadjust of north east player --- web/briskin5/dnd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/briskin5/dnd.js b/web/briskin5/dnd.js index bc57ca8..8e1cd91 100644 --- a/web/briskin5/dnd.js +++ b/web/briskin5/dnd.js @@ -162,7 +162,7 @@ function cards_dispose_ne(car_n, tak_n) { list = "LIST: "; for (i = 0 ; i < car_n ; i++) { $("card_ne" + cards_ne_pos[i]).style.left = start - ((car_n - i -1) * inter); - $("card_ne" + cards_ne_pos[i]).style.top = (126 - cards_height)/2; + $("card_ne" + cards_ne_pos[i]).style.top = (125 - cards_height)/2; $("card_ne" + cards_ne_pos[i]).style.zIndex = 8-i; $("card_ne" + cards_ne_pos[i]).style.visibility = "visible"; } -- 2.17.1