diff --git a/web/public/css/general.css b/web/public/css/general.css index 500c9a0..aa16d54 100644 --- a/web/public/css/general.css +++ b/web/public/css/general.css @@ -50,6 +50,8 @@ h1 a:hover { main { margin: 0; + display: flex; + flex-direction: column; background-color: #fff8; box-shadow: 0 0 0.5vw black; border-radius: 16px; @@ -67,6 +69,7 @@ main:hover { .contents-wrapper { margin: 0; padding: 2vw 2vw; + flex: 1 1 auto; box-sizing: border-box; display: flex; flex-direction: row; diff --git a/web/public/css/tfm.css b/web/public/css/tfm.css index ca36a2e..93da96c 100644 --- a/web/public/css/tfm.css +++ b/web/public/css/tfm.css @@ -39,6 +39,9 @@ main { } .menu { + display: flex; + flex-direction: column; + justify-content: flex-start; background-color: #eee; box-shadow: 0 0 0.5vw black; border-radius: 16px; @@ -49,13 +52,17 @@ main { } form { + flex: 1 1 auto; padding: 2vw 2vw; + min-height: 0; } .list { + flex: 1 1 auto; display: flex; flex-direction: row; justify-content: flex-start; + align-content: flex-start; align-items: flex-start; flex-wrap: wrap; padding: 8px 0; diff --git a/web/public/tfm/files.html b/web/public/tfm/files.html index 1bd65f6..72f8939 100644 --- a/web/public/tfm/files.html +++ b/web/public/tfm/files.html @@ -54,7 +54,7 @@ -
+
View full diff --git a/web/public/tfm/tags.html b/web/public/tfm/tags.html index 6e3924d..e7f911a 100644 --- a/web/public/tfm/tags.html +++ b/web/public/tfm/tags.html @@ -48,7 +48,7 @@
-
+