diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-12-10 14:23:34 +0100 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-12-10 13:56:20 +0000 |
commit | e599cdee59e14e5c7d3d4a7d339bc693f69e9d88 (patch) | |
tree | 1f5447ecf0d822094a8694e9a60ac17e6639ff8f /src/styles/main.scss | |
parent | cde25fd4136842f6ac5eafbf26adacab13c63552 (diff) |
Add support for landscape and portrait on 1080 and 720icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish/8.99.5icefish/8.99.4icefish/8.99.38.99.58.99.48.99.3
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Signed-off-by: Humberto Alfonso Díaz <humberto.alfonso@asvito.es>
Change-Id: I37d42485720bd7bbf6603abb05907c846d8335d4
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 6c3ed5a..fca72d9 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -38,6 +38,8 @@ progress { width: 100%; margin-top: -22px; position: absolute; + left: 0; + top: 33px; z-index: -1000; } @@ -92,8 +94,6 @@ body { flex-wrap: wrap; justify-content: space-between; align-items: center; - margin-top: 10%; - margin-bottom: 15%; .icon { flex-basis: 10%; @@ -117,7 +117,6 @@ body { flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; - height: 100%; .item { &:before { @@ -215,21 +214,11 @@ body { .bottom { display: flex; - flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; height: 100%; margin-top: 10%; - - .button { - flex-basis: 20%; - - img { - width: 80%; - margin: 0 10%; - } - } } .log { |