From b31c0ab376ecde502d4dfb6655f724100eaf5799 Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sat, 23 Mar 2024 13:48:10 +0100 Subject: [PATCH] Make map full screen --- src/css/groundstation.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/groundstation.css b/src/css/groundstation.css index 75c3f633..b0f22f52 100644 --- a/src/css/groundstation.css +++ b/src/css/groundstation.css @@ -2,4 +2,9 @@ background-color: #2e2e2e; width: 100%; height: 100%; +} + +#groundstation-map { + width: 100%; + height: 100%; } \ No newline at end of file