From debef82ce00cfaa4c356ad6d8466285ea6bf832d Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Fri, 25 Jun 2021 00:47:57 +0100 Subject: [PATCH] fix mobile hidden visibility --- components/FileListing.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/FileListing.tsx b/components/FileListing.tsx index 656a764..8018250 100644 --- a/components/FileListing.tsx +++ b/components/FileListing.tsx @@ -65,13 +65,13 @@ const FileListItem: FunctionComponent<{
{c.name}
-
+
{new Date(c.lastModifiedDateTime).toLocaleString(undefined, { dateStyle: 'short', timeStyle: 'short', })}
-
{humanFileSize(c.size)}
+
{humanFileSize(c.size)}
) } @@ -130,8 +130,8 @@ const FileListing: FunctionComponent<{ query?: ParsedUrlQuery }> = ({ query }) =
Name
-
Last Modified
-
Size
+
Last Modified
+
Size
{imagesInFolder.length !== 0 && ( @@ -197,6 +197,7 @@ const FileListing: FunctionComponent<{ query?: ParsedUrlQuery }> = ({ query }) = case preview.video: return + case preview.audio: return