refactor: file preview modal header on mobile

This commit is contained in:
Aman Harwara
2023-01-28 00:33:30 +05:30
parent b3562dca69
commit 0a2b66ec0a
4 changed files with 74 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ type Props = {
const FilePreviewInfoPanel: FunctionComponent<Props> = ({ file }) => {
return (
<div className="flex min-w-70 flex-col border-0 border-l border-solid border-border p-4">
<div className="flex min-w-70 flex-col p-4">
<div className="mb-4 flex items-center">
<Icon type="info" className="mr-2" />
<div className="font-semibold">File information</div>