Merge pull request #533 from youwenliang/master

minor UI fixes
This commit is contained in:
Danny Coates 2017-08-24 15:56:39 -07:00 committed by GitHub
commit b2f76d2df9

View File

@ -160,7 +160,7 @@ a {
margin: 20px auto; margin: 20px auto;
text-align: center; text-align: center;
max-width: 520px; max-width: 520px;
font-family: 'SF Pro Display', sans-serif; font-family: 'SF Pro Text', sans-serif;
word-wrap: break-word; word-wrap: break-word;
} }
@ -214,7 +214,7 @@ a {
font-size: 22px; font-size: 22px;
color: #737373; color: #737373;
margin: 20px 0 10px; margin: 20px 0 10px;
font-family: 'SF Pro Display', sans-serif; font-family: 'SF Pro Text', sans-serif;
} }
#browse { #browse {
@ -434,9 +434,9 @@ tbody {
position: absolute; position: absolute;
letter-spacing: -0.78px; letter-spacing: -0.78px;
font-family: 'Segoe UI', 'SF Pro Text', sans-serif; font-family: 'Segoe UI', 'SF Pro Text', sans-serif;
top: 58px; top: 50px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-45%);
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
@ -482,6 +482,8 @@ tbody {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
width: 100%;
max-width: 640px;
} }
#share-window-r > div { #share-window-r > div {
@ -492,7 +494,7 @@ tbody {
#copy { #copy {
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
width: 640px; width: 100%;
} }
#copy-text { #copy-text {
@ -509,9 +511,9 @@ tbody {
height: 56px; height: 56px;
border: 1px solid #0297f8; border: 1px solid #0297f8;
border-radius: 6px 0 0 6px; border-radius: 6px 0 0 6px;
font-size: 24px; font-size: 20px;
color: #737373; color: #737373;
font-family: 'SF Pro Display', sans-serif; font-family: 'SF Pro Text', sans-serif;
letter-spacing: 0; letter-spacing: 0;
line-height: 23px; line-height: 23px;
font-weight: 300; font-weight: 300;
@ -546,7 +548,6 @@ tbody {
background: #05a700; background: #05a700;
border: 1px solid #05a700; border: 1px solid #05a700;
cursor: auto; cursor: auto;
opacity: 0.3;
} }
#delete-file { #delete-file {
@ -731,7 +732,7 @@ tbody {
} }
.legal-links { .legal-links {
width: 81vw; max-width: 81vw;
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: row; flex-direction: row;