mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-15 13:43:36 +00:00
change lib content view icon style (#6667)
This commit is contained in:
parent
1bb214f6c7
commit
381fdb613f
@ -105,9 +105,9 @@
|
|||||||
|
|
||||||
.tree-node-inner .left-icon {
|
.tree-node-inner .left-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display:flex;
|
display: flex;
|
||||||
align-items:center;
|
align-items: center;
|
||||||
top: 2px;
|
top: 1px;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items:center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -121,9 +121,9 @@
|
|||||||
|
|
||||||
.tree-node-inner .left-icon {
|
.tree-node-inner .left-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display:flex;
|
display: flex;
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
align-items:center;
|
align-items: center;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
|
@ -126,7 +126,8 @@ const MetadataTreeView = ({ userPerm, currentPath }) => {
|
|||||||
onCopy={() => duplicateView(view._id)}
|
onCopy={() => duplicateView(view._id)}
|
||||||
onUpdate={(update, successCallback, failCallback) => onUpdateView(view._id, update, successCallback, failCallback)}
|
onUpdate={(update, successCallback, failCallback) => onUpdateView(view._id, update, successCallback, failCallback)}
|
||||||
onMove={moveView}
|
onMove={moveView}
|
||||||
/>);
|
/>
|
||||||
|
);
|
||||||
})}
|
})}
|
||||||
{showInput && (
|
{showInput && (
|
||||||
<Form onSubmit={handleInputSubmit} className='tree-view-inner sf-metadata-view-form'>
|
<Form onSubmit={handleInputSubmit} className='tree-view-inner sf-metadata-view-form'>
|
||||||
|
@ -609,15 +609,15 @@ a, a:hover { color: #ec8000; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.side-nav {
|
.side-nav {
|
||||||
flex:auto;
|
flex: auto;
|
||||||
display:flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between; /* make .side-nav-footer on the bottom */
|
justify-content: space-between; /* make .side-nav-footer on the bottom */
|
||||||
overflow:hidden; /* for ff */
|
overflow:hidden; /* for ff */
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-nav:hover {
|
.side-nav:hover {
|
||||||
overflow-y:auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-nav-con {
|
.side-nav-con {
|
||||||
|
Loading…
Reference in New Issue
Block a user