From 7c1dfd985067becbafa625cde20623f868568897 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 13 Jan 2022 18:59:33 +0100 Subject: [PATCH] Improve layout for the public download page This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan --- apps/files_sharing/templates/public.php | 2 +- core/css/public.scss | 31 +++++++++++++++++-------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 832e8a00b1a..33dd6ecd189 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -87,7 +87,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);