Improving jump to recent messages UI

This commit is contained in:
Asaad Mahmood
2016-01-28 20:07:25 +05:00
parent 5d92fda12d
commit 1f02b09dae
2 changed files with 3 additions and 4 deletions

View File

@@ -66,11 +66,9 @@ export default class CenterPanel extends React.Component {
createPost = (
<div
id='archive-link-home'
onClick={handleClick}
>
<a
href=''
onClick={handleClick}
>
<a href=''>
{'You are viewing the Archives. Click here to jump to recent messages. '}
{<i className='fa fa-arrow-down'></i>}
</a>

View File

@@ -38,6 +38,7 @@
font-size: 13px;
.fa {
font-size: 11px;
@include opacity(0.7);
}