From f39946747fdd9642bd92f56a74bd7a006920b7ee Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 19 Apr 2025 17:04:03 +0200 Subject: [PATCH] Adjust position for CoreSync window --- src/components/CoreSyncStatus.tsx | 5 +++-- src/styles/CoreSyncStatus.css | 16 ++-------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/src/components/CoreSyncStatus.tsx b/src/components/CoreSyncStatus.tsx index 66d16ec..585b2e0 100644 --- a/src/components/CoreSyncStatus.tsx +++ b/src/components/CoreSyncStatus.tsx @@ -106,11 +106,13 @@ export const CoreSyncStatus = () => { alt="sync status" /> +

Core Information

@@ -135,7 +137,6 @@ export const CoreSyncStatus = () => { {isUsingGateway?.toString()} -
); diff --git a/src/styles/CoreSyncStatus.css b/src/styles/CoreSyncStatus.css index 0f60c2b..0cacfec 100644 --- a/src/styles/CoreSyncStatus.css +++ b/src/styles/CoreSyncStatus.css @@ -44,23 +44,11 @@ } .tooltip .bottom i { - position: absolute; bottom: 100%; + height: 12px; left: 50%; margin-left: -12px; - width: 24px; - height: 12px; overflow: hidden; -} - -.tooltip .bottom i::after { - background-color: var(--white); - border: 1px solid var(--black); - box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); - content: ''; - height: 12px; - left: 50%; position: absolute; - transform: translate(-50%, 50%) rotate(45deg); - width: 12px; + width: 24px; }