adjust left offset in ip and fqdn

This commit is contained in:
Eduard Gert
2026-05-26 11:26:51 +02:00
parent b14feef1d7
commit 1d783c33d9

View File

@@ -328,7 +328,7 @@ export const ConnectionStatusSwitch = () => {
message={fqdn}
className={cn(
"min-h-[1em] transition-opacity duration-300",
"relative left-2.5",
"relative left-[0.55rem]",
showLocal && fqdn ? "opacity-100" : "opacity-0 pointer-events-none",
)}
>
@@ -340,7 +340,7 @@ export const ConnectionStatusSwitch = () => {
message={ip}
className={cn(
"min-h-[1em] transition-opacity duration-300 ",
"relative left-2.5",
"relative left-[0.55rem]",
showLocal && ip ? "opacity-100" : "opacity-0 pointer-events-none",
)}
>