From 7d5d21de5278e800647d9cbc3f7f2694b158da3d Mon Sep 17 00:00:00 2001 From: Fossil Date: Sun, 21 May 2023 19:14:16 +0200 Subject: [PATCH] Use available width when sponsor is disabled This makes sure a v6 address doesn't line break on desktop. --- html/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/index.html b/html/index.html index 9557084..2ca69e6 100644 --- a/html/index.html +++ b/html/index.html @@ -32,7 +32,7 @@
-
+

{{ .Host }} — What is my IP address?

{{ .IP }}

@@ -42,8 +42,8 @@

+ {{ if .Sponsor }}
- {{ if .Sponsor }}
@@ -63,8 +63,8 @@
- {{ end }}
+ {{ end }}