1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

[file activities] mobile: modification (#4439)

This commit is contained in:
llj
2020-02-13 15:22:53 +08:00
committed by GitHub
parent 2fd78dbd17
commit 82f16b9e47

View File

@@ -265,13 +265,13 @@ class ActivityItem extends Component {
</tr>
) : (
<tr>
<td className="text-center">
<td className="text-center align-top">
<img src={item.avatar_url} alt="" width="32" height="32" className="avatar" />
</td>
<td>
<a href={userProfileURL}>{item.author_name}</a>
<span className="item-meta-info-highlighted">{op}</span>
<br />{details}
<p className="m-0 text-secondary">{op}</p>
{details}
</td>
<td className="text-right align-top">
<span className="text-secondary mobile-activity-time">
@@ -281,7 +281,6 @@ class ActivityItem extends Component {
{moreDetails && libLink}
</td>
</tr>
)}
{this.state.isListCreatedFiles &&
<ModalPortal>