From 4bdec28d0369511679772f0823f43b1cc3ad6447 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 19 Dec 2019 18:05:01 +0100 Subject: BUGFIX Correct layout for 1080 --- src/styles/landscape.scss | 4 ++-- src/templates/main.template.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 58185de..4785823 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -6,11 +6,11 @@ body { .speedometertop { - display: none; + display: block; } .speedometerbottom { - display: block; + display: none; } .inforow { diff --git a/src/templates/main.template.html b/src/templates/main.template.html index 32696c7..87ad031 100644 --- a/src/templates/main.template.html +++ b/src/templates/main.template.html @@ -1,4 +1,4 @@ -
+
-- cgit 1.2.3-korg