From b85dda2306b4ad9203d4e47cdeb44b92fe8d0251 Mon Sep 17 00:00:00 2001 From: mabasian <54101509+mabasian@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:02:00 +0200 Subject: [PATCH] =?UTF-8?q?[Fix]:=20Ensure=20Proper=20Functionality=20of?= =?UTF-8?q?=20Header=20Modals=20with=20Multiple=20Ins=E2=80=A6=20(#2007)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Fix]: Ensure Proper Functionality of Header Modals with Multiple Instances of the Same Service Installed fix #1961 fix #1962 * fix: index of header services * FIX: error handling for slides * FIX: Ensure MEV Boost Relay list shows correctly with multiSetup fix #1962 --- launcher/public/output.css | 48 +++-------------- .../components/services/ServiceBody.vue | 52 ++++++++++++++++++- .../components/modals/MevboostRelays.vue | 11 ++-- .../UI/services-modal/MevboostModal.vue | 12 +++-- 4 files changed, 73 insertions(+), 50 deletions(-) diff --git a/launcher/public/output.css b/launcher/public/output.css index c4df8d2db6..6ad9d34d79 100755 --- a/launcher/public/output.css +++ b/launcher/public/output.css @@ -987,56 +987,20 @@ video { top: 1px; } -.top-\[56px\]{ - top: 56px; -} - -.top-\[7rem\]{ - top: 7rem; -} - -.bottom-8{ - bottom: 2rem; -} - -.top-\[-55\%\]{ - top: -55%; -} - -.top-\[-5rem\]{ - top: -5rem; -} - -.top-\[-10\%\]{ - top: -10%; -} - -.top-\[0\%\]{ - top: 0%; -} - -.top-\[10\%\]{ - top: 10%; -} - -.top-\[40\%\]{ - top: 40%; +.top-\[33\%\]{ + top: 33%; } .top-\[42\%\]{ top: 42%; } -.top-\[35\%\]{ - top: 35%; -} - -.top-\[32\%\]{ - top: 32%; +.top-\[56px\]{ + top: 56px; } -.top-\[33\%\]{ - top: 33%; +.top-\[7rem\]{ + top: 7rem; } .z-0{ diff --git a/launcher/src/components/UI/base-header/components/services/ServiceBody.vue b/launcher/src/components/UI/base-header/components/services/ServiceBody.vue index 6aeb9e9d68..b2d0aeb696 100644 --- a/launcher/src/components/UI/base-header/components/services/ServiceBody.vue +++ b/launcher/src/components/UI/base-header/components/services/ServiceBody.vue @@ -7,11 +7,61 @@ diff --git a/launcher/src/components/UI/edit-page/components/modals/MevboostRelays.vue b/launcher/src/components/UI/edit-page/components/modals/MevboostRelays.vue index e04b55eb16..e182e11368 100644 --- a/launcher/src/components/UI/edit-page/components/modals/MevboostRelays.vue +++ b/launcher/src/components/UI/edit-page/components/modals/MevboostRelays.vue @@ -1,5 +1,7 @@