From 47b490a94375516418ccc4cf2120ee46904bfe2a Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:53:15 +0200 Subject: [PATCH] fix position on all explorers --- qortal-ui-core/src/components/start-minting.js | 1 - 1 file changed, 1 deletion(-) diff --git a/qortal-ui-core/src/components/start-minting.js b/qortal-ui-core/src/components/start-minting.js index d92475c9..685ea70f 100644 --- a/qortal-ui-core/src/components/start-minting.js +++ b/qortal-ui-core/src/components/start-minting.js @@ -67,7 +67,6 @@ class StartMinting extends connect(store)(LitElement) { } .start-minting-wrapper { position: absolute; - left: 50%; transform: translate(50%, 20px); z-index: 10; }