mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 08:46:20 -04:00
Update FAQ link
This commit is contained in:
parent
4fc0087187
commit
0ccd4c6e7b
3 changed files with 21 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue