From e17bc68149948e3ab263623af41cbe25b467473d Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sun, 17 May 2026 18:07:57 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Anpassung=20der=20Medienabfrage=20f?= =?UTF-8?q?=C3=BCr=20die=20Anzeige=20der=20WLAN-IP;=20Versionsnummer=20auf?= =?UTF-8?q?=201.0.78=20erh=C3=B6ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2a40d00..5c5ba2c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,7 @@ body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSys .upd-badge:hover{background:rgba(251,191,36,.22)} #wifi-label{font-weight:600;color:var(--txt)} #wifi-ip{color:var(--sub);font-family:monospace;font-size:.76rem;display:none} -@media(min-width:480px){#wifi-ip{display:inline}} +@media(min-width:480px){ #wifi-ip{display:inline}} /* -- Layout -- */ .page{max-width:1120px;margin:0 auto;padding:1.25rem 1.25rem 0;display:grid;gap:1rem;grid-template-columns:1fr} diff --git a/version.txt b/version.txt index 0c59751..9c193c8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.77 \ No newline at end of file +1.0.78 \ No newline at end of file