diff --git a/app/elements/buddy-finder/buddy-finder.html b/app/elements/buddy-finder/buddy-finder.html index 6b28df1..6ace68b 100644 --- a/app/elements/buddy-finder/buddy-finder.html +++ b/app/elements/buddy-finder/buddy-finder.html @@ -11,9 +11,6 @@ @apply(--layout-fit); @apply(--layout-horizontal); @apply(--layout-center-center); - overflow: hidden; - position: relative; - height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -40,12 +37,12 @@ @apply(--paper-font-headline); color: #4285f4; text-align: center; - cursor: default; + cursor: default; } .short { font-size: 14px; - line-height: 18px; + line-height: 20px; color: #505050; } @@ -63,7 +60,7 @@ width: 340px; } } - + [only] { @apply(--layout-fit); @apply(--layout-horizontal); diff --git a/app/elements/buddy-finder/personal-avatar.html b/app/elements/buddy-finder/personal-avatar.html index 7f1f71f..f6aed76 100644 --- a/app/elements/buddy-finder/personal-avatar.html +++ b/app/elements/buddy-finder/personal-avatar.html @@ -8,7 +8,7 @@ @apply(--layout-center); width: 360px; position: absolute; - bottom: 24px; + bottom: 16px; left: 50%; margin-left: -180px; } diff --git a/app/index.html b/app/index.html index a6317e7..2151434 100644 --- a/app/index.html +++ b/app/index.html @@ -4,7 +4,7 @@
- +