From 991739d47ae57044329eb9e418635b7bbfc1e773 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 8 Sep 2023 18:07:23 +0200 Subject: [PATCH] WebUIs: update the css to hide the theme hard coded background image Signed-off-by: Nicola Murino --- templates/common/sftpgo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/common/sftpgo.css b/templates/common/sftpgo.css index f15d2a7a..d6725b8d 100644 --- a/templates/common/sftpgo.css +++ b/templates/common/sftpgo.css @@ -45,10 +45,10 @@ } .bg-login-image { - background-image: url('{{.StaticURL}}{{.Branding.LoginImagePath}}'); + background: url('{{.StaticURL}}{{.Branding.LoginImagePath}}'); background-size: contain; background-repeat: no-repeat; - padding: 1em; + background-position: center; } .row.login-image {