diff --git a/.gitignore b/.gitignore index 9d139ff..6b68320 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ client/node_modules/ # Ignore node_modules in the server folder server/node_modules/ -server/public/ \ No newline at end of file +server/public/ + +public.zip \ No newline at end of file diff --git a/server/index.html b/server/index.html index 8d35b5e..4224e8d 100644 --- a/server/index.html +++ b/server/index.html @@ -83,15 +83,20 @@ } .file img { - width: 75px; + min-width: 50px; + max-width: 75px; height: auto; } + .info-name { padding-top: 12.5px; flex-wrap: wrap; + text-wrap: wrap; + overflow-wrap: break-word; + overflow: hidden; max-width: 100px; - max-height: 50px; + max-height: 100px; }