feat: update mobile design (#1526)

This commit is contained in:
Aman Harwara
2022-09-12 21:48:47 +05:30
committed by GitHub
parent 9fa093280d
commit 39d0ee9181
20 changed files with 314 additions and 254 deletions

View File

@@ -60,7 +60,7 @@ const FileViewWithoutProtection = ({ application, viewControllerManager, file }:
</div>
</div>
</div>
<div className="flex min-h-screen flex-col md:min-h-full md:flex-grow">
<div className="flex min-h-0 flex-grow flex-col">
<FilePreview file={file} application={application} key={file.uuid} />
</div>
</div>