Move file manager buttons beside the breadcrumb, other tweaks
This commit is contained in:
parent
77abfd01ec
commit
de1f7ea906
3 changed files with 31 additions and 27 deletions
|
@ -44,7 +44,7 @@ export default ({ withinFileEditor, isNewFile }: Props) => {
|
|||
};
|
||||
|
||||
return (
|
||||
<div css={tw`flex items-center text-sm mb-4 text-neutral-500`}>
|
||||
<div css={tw`flex flex-grow-0 items-center text-sm text-neutral-500 overflow-x-hidden`}>
|
||||
{(files && files.length > 0 && !params?.action) ?
|
||||
<FileActionCheckbox
|
||||
type={'checkbox'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue