Use a different styling for file uploads
This commit is contained in:
parent
12242848b0
commit
1d5d92f678
2 changed files with 80 additions and 62 deletions
|
@ -75,6 +75,7 @@ export default () => {
|
|||
/>
|
||||
<Can action={'file.create'}>
|
||||
<div className={style.manager_actions}>
|
||||
<FileManagerStatus />
|
||||
<NewDirectoryButton />
|
||||
<UploadButton />
|
||||
<NavLink to={`/server/${id}/files/new${window.location.hash}`}>
|
||||
|
@ -105,7 +106,6 @@ export default () => {
|
|||
<FileObjectRow key={file.key} file={file} />
|
||||
))}
|
||||
<MassActionsBar />
|
||||
<FileManagerStatus />
|
||||
</div>
|
||||
</CSSTransition>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue