mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Improving jump to recent messages UI
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
font-size: 13px;
|
||||
|
||||
.fa {
|
||||
font-size: 11px;
|
||||
@include opacity(0.7);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user