Skip to content

Commit

Permalink
WHAT: A little ui fix
Browse files Browse the repository at this point in the history
WHY:

* XXXXX

HOW:

* NOTHING TO SAY
  • Loading branch information
ecmadao committed Oct 13, 2018
1 parent 77515a0 commit ff49fa3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/templates/layouts/email.html
Expand Up @@ -17,7 +17,7 @@
<tr style="line-height:40px">
<td style="text-align:center" width="80">
<a href="https://hacknical.com?utm_medium=email" rel="noopener noreferrer" target="_blank">
<img src="http://obpykithy.bkt.clouddn.com/logo.png" width="54" />
<img src="http://oss.hacknical.com/images/logo.png" width="54" />
</a>
<div style="margin-top:20px; font-size:60px; font-weight:900; color:#37b24d;">hacknical</div>
</td>
Expand Down Expand Up @@ -76,7 +76,7 @@
<td style="text-align:center; color:#7a8599; font-size:12px"
<p>
<a href="https://github.com/ecmadao/hacknical?utm_source=hacknical.com&utm_medium=email" rel="noopener noreferrer" style="padding:0 5px" target="_blank">
<img alt="" src="http://obpykithy.bkt.clouddn.com/GitHub-Mark-32px.png" width="23" />
<img alt="" src="http://oss.hacknical.com/images/GitHub-Mark-32px.png" width="23" />
</a>
</p>
<span>
Expand Down
Expand Up @@ -73,9 +73,11 @@ class Info extends React.Component {
</div>
<div className={styles.resume_wrapper}>
<InputGroupV2
style={{ width: '275px' }}
sections={[
{
value: prefix || '',
style: { width: 60 },
placeholder: resumeTexts.emailPrefix,
onChange: val => this.handleInfoChange('email')(`${val}@${suffix || ''}`)
},
Expand All @@ -91,7 +93,7 @@ class Info extends React.Component {
{
value: suffix || '',
placeholder: resumeTexts.emailSuffix,
style: { width: 100 },
style: { width: 150 },
onChange: val => this.handleInfoChange('email')(`${prefix || ''}@${val}`)
}
]}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -165,7 +165,7 @@
"koa-static": "^4.0.2",
"koa-useragent": "^1.0.0",
"koa-views": "^6.1.3",
"light-ui": "^1.4.5",
"light-ui": "^1.4.6",
"log4js": "^1.1.1",
"moment": "^2.17.0",
"nunjucks": "^3.0.1",
Expand Down

0 comments on commit ff49fa3

Please sign in to comment.