snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 934ef49d7a0f2d1b9fc389d613ee50438563cfb9
parent f2c49dee1b9650c6d664940106f0f1f6a3f03133
Author: Robin Linus <robin_woll@capira.de>
Date:   Sun,  3 Jan 2016 03:04:59 +0100

Larger click-area for single buddy

Diffstat:
Mapp/elements/buddy-finder/buddy-avatar.html | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app/elements/buddy-finder/buddy-avatar.html b/app/elements/buddy-finder/buddy-avatar.html @@ -52,11 +52,10 @@ user-select: none; } - :host([only1]) { - @apply(--layout-fit); - @apply(--layout-horizontal); - @apply(--layout-center-center); - cursor: pointer; + @media all and (min-height: 440px) { + :host([only]) { + padding: 20vh; + } } .container {