From c5b33c20edaab18189b120ecd8a255aec89929e6 Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Fri, 25 Apr 2025 10:52:07 +0200 Subject: [PATCH] Update style.css --- ip/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ip/style.css b/ip/style.css index 70199f6..973c487 100644 --- a/ip/style.css +++ b/ip/style.css @@ -69,6 +69,10 @@ th { margin-top: 15px; } +#your-ip { + margin-right: 5px; +} + #your-ip:not(:hover) { filter: blur(10px); }