Fix: SidePanel margin
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user