mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
Minor style improvements
This commit is contained in:
parent
6416cca048
commit
ed8c6ab653
4 changed files with 10 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
||||||
.short {
|
.short {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: #505050;
|
color: #727272;
|
||||||
}
|
}
|
||||||
|
|
||||||
.short a {
|
.short a {
|
||||||
|
|
|
@ -26,6 +26,13 @@
|
||||||
|
|
||||||
.discover {
|
.discover {
|
||||||
color: #4285f4;
|
color: #4285f4;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 370px) {
|
||||||
|
.discover {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-height: 370px) {
|
@media all and (max-height: 370px) {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="viewport" content="width=device-width initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<meta name="generator" content="Snapdrop">
|
<meta name="generator" content="Snapdrop">
|
||||||
<title>Snapdrop</title>
|
<title>Snapdrop</title>
|
||||||
<link rel="shortcut icon" href="favicon.ico?v=2" />
|
<link rel="shortcut icon" href="favicon.ico?v=2"/>
|
||||||
<!-- Place favicon.ico in the `app/` directory -->
|
<!-- Place favicon.ico in the `app/` directory -->
|
||||||
<!-- Chrome for Android theme color -->
|
<!-- Chrome for Android theme color -->
|
||||||
<meta name="theme-color" content="#3367d6">
|
<meta name="theme-color" content="#3367d6">
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
h = window.innerHeight;
|
h = window.innerHeight;
|
||||||
c.width = w;
|
c.width = w;
|
||||||
c.height = h;
|
c.height = h;
|
||||||
var offset = h > 370 ? 103 : 65;
|
var offset = h > 370 ? 100 : 65;
|
||||||
x0 = w / 2;
|
x0 = w / 2;
|
||||||
y0 = h - offset;
|
y0 = h - offset;
|
||||||
dw = Math.max(w, h, 1000) / 13;
|
dw = Math.max(w, h, 1000) / 13;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue