From bacb96cdc968750625424e3e615695e6d604e020 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 29 Jan 2024 20:30:33 +0100 Subject: [PATCH] static/styles.css aktualisiert Adjusted height to support more text in the SpaceAPI status --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index a464117..2ab17f6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,6 +8,6 @@ iframe.space-api-indicator { border: none; vertical-align: middle; width: 100%; - height: 3em; + height: 4em; overflow: hidden; }