diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-18 08:14:14 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | a50c2060e2d4f9ce03ab40871f1de79baad2115b (patch) | |
tree | cd9f082d4ddeea0b56c024731ac2350056d278de | |
parent | 4c90b15118061f11d7041fd252934c951ca14eec (diff) |
BUGFIX Correct 1080 horizontal layout
-rw-r--r-- | src/styles/landscape.scss | 2 | ||||
-rw-r--r-- | src/templates/time.template.html | 2 |
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 |