mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-17 06:27:28 +00:00
change lib content view icon style (#6667)
This commit is contained in:
parent
1bb214f6c7
commit
381fdb613f
@ -107,7 +107,7 @@
|
||||
position: absolute;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
top: 2px;
|
||||
top: 1px;
|
||||
left: 0;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
@ -126,7 +126,8 @@ const MetadataTreeView = ({ userPerm, currentPath }) => {
|
||||
onCopy={() => duplicateView(view._id)}
|
||||
onUpdate={(update, successCallback, failCallback) => onUpdateView(view._id, update, successCallback, failCallback)}
|
||||
onMove={moveView}
|
||||
/>);
|
||||
/>
|
||||
);
|
||||
})}
|
||||
{showInput && (
|
||||
<Form onSubmit={handleInputSubmit} className='tree-view-inner sf-metadata-view-form'>
|
||||
|
Loading…
Reference in New Issue
Block a user