1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 19:01:42 +00:00

[top nav] account: removed the triangle next to the avatar, and adjusted the position of the dropdown menu (#5798)

This commit is contained in:
llj
2023-11-29 17:55:12 +08:00
committed by GitHub
parent b687a965ee
commit 09eee39cd3
2 changed files with 2 additions and 3 deletions

View File

@@ -145,7 +145,6 @@ class Account extends Component {
<div id="account">
<a id="my-info" href="#" onClick={this.onClickAccount} className="account-toggle no-deco d-none d-md-block" aria-label={gettext('View profile and more')}>
{this.renderAvatar()}
<span className="fas fa-caret-down vam"></span>
</a>
<span className="account-toggle sf2-icon-more mobile-icon d-md-none" aria-label={gettext('View profile and more')} onClick={this.onClickAccount}></span>
<div id="user-info-popup" className={`account-popup sf-popover ${this.state.showInfo? '':'hide'}`}>