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:
@@ -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
|
||||
|
Reference in New Issue
Block a user