1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

change font style lib (#2366)

This commit is contained in:
shanshuirenjia
2018-09-13 14:26:39 +08:00
committed by Daniel Pan
parent 1fcd03d5ad
commit d6d037afbc
6 changed files with 16 additions and 32 deletions

View File

@@ -111,7 +111,7 @@ class Account extends Component {
<a id="my-info" onClick={this.onClickAccount} className="account-toggle no-deco d-none d-md-block" aria-label="View profile and more">
<span>
<img src={this.state.avatarURL} width="36" height="36" className="avatar" />
</span> <span className="icon-caret-down vam"></span>
</span> <span className="fas fa-caret-down vam"></span>
</a>
<span className="account-toggle sf2-icon-more mobile-icon d-md-none" aria-label="View profile and more" onClick={this.onClickAccount}></span>
<div id="user-info-popup" className={`account-popup sf-popover ${this.state.showInfo? '':'hide'}`}>