From 60764d262b6f0b6cede3064b80efdc799988b1a8 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Thu, 24 Apr 2025 10:27:29 +0200 Subject: [PATCH] Footer in bottom work on small screen --- public/css/app.css | 4 ++++ templates/admin_setup.html.php | 2 +- templates/components/footer.html.php | 2 +- templates/compress.html.php | 2 +- templates/index.html.php | 6 +++--- templates/metadata.html.php | 2 +- templates/organization.html.php | 2 +- templates/signature.html.php | 2 +- 8 files changed, 13 insertions(+), 9 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 4b460dd..477882a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -172,3 +172,7 @@ html.ltr .file-list-checkbox { html.rtl .file-list-checkbox { left: 10px; } + +.fullpage { + min-height: calc(100vh - 95px); +} diff --git a/templates/admin_setup.html.php b/templates/admin_setup.html.php index 5f27a8a..409b663 100644 --- a/templates/admin_setup.html.php +++ b/templates/admin_setup.html.php @@ -7,7 +7,7 @@ -
+
diff --git a/templates/components/footer.html.php b/templates/components/footer.html.php index 5278172..7ec5159 100644 --- a/templates/components/footer.html.php +++ b/templates/components/footer.html.php @@ -1,4 +1,4 @@ -