mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-31 13:09:55 +00:00
adjust left offset in ip and fqdn
This commit is contained in:
@@ -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",
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user