Move file manager buttons beside the breadcrumb, other tweaks

This commit is contained in:
Matthew Penner 2020-12-03 21:10:41 -07:00
parent 77abfd01ec
commit de1f7ea906
3 changed files with 31 additions and 27 deletions

View file

@ -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'}