UI: Settings-Felder Abstände vergrößert (v1.8.5)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
retr0
2026-04-29 12:56:43 +02:00
parent 4242ca01f6
commit 448de29cd9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: ShineBridge
version: "1.8.4"
version: "1.8.5"
slug: shinebridge
description: Growatt Wechselrichter lokal in Home Assistant — Modbus TCP via ShineLAN-X, MQTT Discovery, Web UI
url: https://gitea.bitfire.work/retr0/shinebridge
+3 -3
View File
@@ -105,9 +105,9 @@
border-radius: var(--radius); padding: 20px; max-width: 500px; }
.settings-section h3 { font-size: 13px; font-weight: 600; color: var(--text-dim);
text-transform: uppercase; letter-spacing: .06em;
margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12px; color: var(--text-dim); margin-bottom: 5px; }
margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 12px; color: var(--text-dim); margin-bottom: 6px; }
.field input, .field select { width: 100%; padding: 8px 10px;
background: var(--surface2); border: 1px solid var(--border);
border-radius: 6px; color: var(--text); font-size: 13px; outline: none;