From ced0223d557ffbc5bbec0e91a7fdfdcd1687db0f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 05:43:35 +0200 Subject: [PATCH] Update styling for relocation warning symbol in index.html --- index.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 0aa1c6d..aa22bdf 100644 --- a/index.html +++ b/index.html @@ -89,16 +89,14 @@ filter: grayscale(1); pointer-events: auto !important; /* Damit Buttons weiter gehen */ } - .needs-relocation::after { - content: "!"; + .relocation-warning-symbol { color: #e11d48; font-weight: bold; font-size: 1.2em; - left: 8px; - top: 8px; - background: #fff1f2; - border-radius: 50%; - padding: 0 5px; + margin-right: 2px; + display: flex; + align-items: center; + justify-content: center; } #currentTitle {