mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
fix shared item style (#6231)
This commit is contained in:
@@ -138,7 +138,7 @@ class MainSideNav extends React.Component {
|
|||||||
}
|
}
|
||||||
height = this.adminHeight;
|
height = this.adminHeight;
|
||||||
}
|
}
|
||||||
let style = {height: height};
|
let style = { height, opacity: height === 0 ? 0 : 1 };
|
||||||
|
|
||||||
let linksNavItem = null;
|
let linksNavItem = null;
|
||||||
if (canGenerateShareLink) {
|
if (canGenerateShareLink) {
|
||||||
|
@@ -1462,6 +1462,7 @@ a.table-sort-op:hover {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.side-panel .side-nav .side-nav-con #share-admin-nav .nav-item.active::before,
|
||||||
.side-panel .side-nav .side-nav-con #files-sub-nav .nav-item.active::before {
|
.side-panel .side-nav .side-nav-con #files-sub-nav .nav-item.active::before {
|
||||||
top: 2px;
|
top: 2px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Reference in New Issue
Block a user