aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-12-18 08:14:14 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commita50c2060e2d4f9ce03ab40871f1de79baad2115b (patch)
treecd9f082d4ddeea0b56c024731ac2350056d278de
parent4c90b15118061f11d7041fd252934c951ca14eec (diff)
BUGFIX Correct 1080 horizontal layout
-rw-r--r--src/styles/landscape.scss2
-rw-r--r--src/templates/time.template.html2
2 files changed, 3 insertions, 1 deletions
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 }}
<div class="weatherItem">
<i class="fas fa-exclamation-circle"></i>
- Weather no available
+ No weather
</div>
{{ /weather }}
</div> \ No newline at end of file