From a50c2060e2d4f9ce03ab40871f1de79baad2115b Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Wed, 18 Dec 2019 08:14:14 +0100 Subject: BUGFIX Correct 1080 horizontal layout --- src/styles/landscape.scss | 2 ++ src/templates/time.template.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index b72c200..c8105bb 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -16,6 +16,8 @@ .button { border-width: 1px 0 1px 0; order: 2; + display: flex; + align-items: center; .label { display: none; } diff --git a/src/templates/time.template.html b/src/templates/time.template.html index d107ae4..663c8e5 100644 --- a/src/templates/time.template.html +++ b/src/templates/time.template.html @@ -40,7 +40,7 @@ {{ ^weather }}
- Weather no available + No weather
{{ /weather }} \ No newline at end of file -- cgit 1.2.3-korg