Fix: SidePanel margin

This commit is contained in:
rubenpirreram
2026-05-19 23:37:13 +02:00
parent 43aa8ae17b
commit c9747df64b
@@ -353,7 +353,7 @@ public class MainFXMLController {
private void renderPlayer(Player player,VBox target) {
VBox card = new VBox(3);
VBox.setMargin(card, new Insets(5));
VBox.setMargin(card, new Insets(15,15,15,15));
card.getStyleClass().add("player-card");
card.setPadding(new Insets(8));
addHoverZoom(card);