diff --git a/haos-addon/config.yaml b/haos-addon/config.yaml index 1e7ddfb..c9f7dbb 100644 --- a/haos-addon/config.yaml +++ b/haos-addon/config.yaml @@ -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 diff --git a/haos-addon/src/web/index.html b/haos-addon/src/web/index.html index 3017e0e..f0ea182 100644 --- a/haos-addon/src/web/index.html +++ b/haos-addon/src/web/index.html @@ -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;