mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 07:46:17 -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>
|
||||
|
|
|
@ -110,8 +110,7 @@
|
|||
|
||||
.social a {
|
||||
text-decoration: none;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding: 2px 9px 0 9px;
|
||||
}
|
||||
|
||||
.share a:hover,
|
||||
|
@ -154,10 +153,10 @@
|
|||
Get involved!
|
||||
</paper-tooltip>
|
||||
</a>
|
||||
<a href="https://github.com/capira12/snapdrop/blob/master/faq.md" target="_blank" class="github">
|
||||
<a href="https://github.com/capira12/snapdrop#frequently-asked-questions" target="_blank" class="github">
|
||||
<iron-icon icon="chat:help-outline"></iron-icon>
|
||||
<paper-tooltip for="" position="bottom" offset="14">
|
||||
Frequently Asked Questions!
|
||||
Frequently Asked Questions
|
||||
</paper-tooltip>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue