mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 07:13:45 +02:00
Move file manager buttons beside the breadcrumb, other tweaks
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user