1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 00:20:07 +00:00

change side nav style when notification open (#6650)

This commit is contained in:
Michael An
2024-08-27 16:58:45 +08:00
committed by GitHub
parent 82f77eb146
commit 6de70045a5
5 changed files with 25 additions and 7 deletions

View File

@@ -273,6 +273,7 @@ class App extends Component {
onShowSidePanel={this.onShowSidePanel}
onSearchedClick={this.onSearchedClick}
eventBus={this.eventBus}
isSidePanelFolded={isSidePanelFolded}
/>
<div
id="main"
@@ -288,6 +289,7 @@ class App extends Component {
tabItemClick={this.tabItemClick}
toggleFoldSideNav={this.toggleFoldSideNav}
style={sidePanelStyle}
eventBus={this.eventBus}
/>
{Utils.isDesktop() && !isSidePanelFolded &&
<ResizeBar