Update FAQ link

This commit is contained in:
Robin Linus 2015-12-30 22:07:18 +01:00
parent 4fc0087187
commit 0ccd4c6e7b
3 changed files with 21 additions and 14 deletions

View file

@ -19,6 +19,10 @@
-ms-user-select: none;
user-select: none;
margin: 0;
--paper-tooltip: {
font-size: 14px;
background-color: #4285f4;
}
}
.buddies {
@ -41,7 +45,7 @@
.explanation {
@apply(--paper-font-headline);
color: #4E4E4E;
color: #4285f4;
text-align: center;
}
@ -50,10 +54,6 @@
color: #333;
}
.url {
color: #4285f4;
}
[only] {
@apply(--layout-fit);
@apply(--layout-horizontal);
@ -69,8 +69,11 @@
</template>
</div>
<div hidden$="{{buddies.0}}" class="explanation">
Open <span class="url">dropc.at</span> on other devices
Open Snapdrop on other devices
<br> to send files.
<paper-tooltip offset="14">
short url: dropc.at
</paper-tooltip>
</div>
<personal-avatar class="me"></personal-avatar>
</template>