From a3cbadb8c2a2ba9ea9f73247f62142a2f34f27ed Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 1 Jul 2024 18:48:17 +0200 Subject: [PATCH] fix hatching dialog --- .../client/src/components/inventory/stable/hatchingModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/client/src/components/inventory/stable/hatchingModal.vue b/website/client/src/components/inventory/stable/hatchingModal.vue index b054b0e9b1..04507cebfb 100644 --- a/website/client/src/components/inventory/stable/hatchingModal.vue +++ b/website/client/src/components/inventory/stable/hatchingModal.vue @@ -9,7 +9,7 @@
- +

@@ -105,7 +105,7 @@ margin-right: 24px; } - div { + img { margin: 0 auto; } }