mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
fix shared item style (#6231)
This commit is contained in:
@@ -138,7 +138,7 @@ class MainSideNav extends React.Component {
|
||||
}
|
||||
height = this.adminHeight;
|
||||
}
|
||||
let style = {height: height};
|
||||
let style = { height, opacity: height === 0 ? 0 : 1 };
|
||||
|
||||
let linksNavItem = null;
|
||||
if (canGenerateShareLink) {
|
||||
|
Reference in New Issue
Block a user