diff --git a/web/public/css/tfm.css b/web/public/css/tfm.css index 8456079..ca36a2e 100644 --- a/web/public/css/tfm.css +++ b/web/public/css/tfm.css @@ -34,6 +34,7 @@ main { right: 0; bottom: 0; left: 0; + padding: 10px; background-color: #0008; } @@ -41,8 +42,8 @@ main { background-color: #eee; box-shadow: 0 0 0.5vw black; border-radius: 16px; - width: 90vw; - height: 90vh; + width: 100%; + height: 100%; transition: 0.3s; overflow: hidden; } @@ -58,7 +59,6 @@ form { align-items: flex-start; flex-wrap: wrap; padding: 8px 0; - height: 39vh; box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111; overflow-y: scroll; overflow-x: hidden; diff --git a/web/public/tfm/files.html b/web/public/tfm/files.html index 39831b9..0625571 100644 --- a/web/public/tfm/files.html +++ b/web/public/tfm/files.html @@ -50,7 +50,7 @@ -
+
View full