Fix hidden top navbar item

This commit is contained in:
Yang Luo 2023-10-28 17:07:29 +08:00
parent 8b6b5ffe81
commit f77fafae24

View File

@ -579,7 +579,7 @@ class App extends Component {
} }
} }
}; };
const menuStyleRight = Setting.isAdminUser(this.state.account) && !Setting.isMobile() ? "calc(180px + 260px)" : "260px"; const menuStyleRight = Setting.isAdminUser(this.state.account) && !Setting.isMobile() ? "calc(180px + 280px)" : "280px";
return ( return (
<Layout id="parent-area"> <Layout id="parent-area">
<EnableMfaNotification account={this.state.account} /> <EnableMfaNotification account={this.state.account} />