aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-20 12:52:29 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 09:42:15 +0100
commita6843b766f9c90b4b88dea5d1df406fdce6457a7 (patch)
tree6c2448dc5ff9692583fb83d4609bdca50044cf42 /src/styles/main.scss
parentb7f3c03bc385c5c9f8f8c7ea28884dd0365b69d4 (diff)
FUNCT Add support to load apps from AGL
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index 5aca22b..1c6220e 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -1,6 +1,11 @@
+::-webkit-scrollbar {
+ display: none;
+}
+
html {
height: 100%;
background-size: cover;
+ -webkit-overflow-scrolling: touch;
}
body {
@@ -18,6 +23,11 @@ body {
height: 100%;
.item {
+ .icon {
+ width: 100%;
+ height: 100%;
+ }
+
.name {
width: 100%;
text-align: center;
@@ -26,4 +36,14 @@ body {
}
}
}
+
+ .log {
+ display: none;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 1080px;
+ background: white;
+ font-size: 1.5rem;
+ }
} \ No newline at end of file