UI: Abstand zwischen Settings-Boxen (gap 16px, v1.8.6)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
retr0
2026-04-29 12:59:54 +02:00
parent 448de29cd9
commit 4713473754
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: ShineBridge
version: "1.8.5"
version: "1.8.6"
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
+2 -1
View File
@@ -42,7 +42,8 @@
.tab.active { color: var(--accent); border-color: var(--accent); }
.tab:hover { color: var(--text); }
.panel { display: none; }
.panel.active { display: block; }
.panel.active { display: flex; flex-direction: column; gap: 16px; }
#panel-inverters.active { display: block; }
/* Sensor Grid */
.inv-section { margin-bottom: 28px; }