feat: Anpassung der Medienabfrage für die Anzeige der WLAN-IP; Versionsnummer auf 1.0.78 erhöht

This commit is contained in:
2026-05-17 18:07:57 +02:00
parent 78538d965e
commit e17bc68149
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -1 +1 @@
1.0.77
1.0.78