浏览代码

Fixed text below custom login logo not visible.

Thanks to xet7 !
Lauri Ojansivu 1 年之前
父节点
当前提交
00bbc26698
共有 1 个文件被更改,包括 7 次插入4 次删除
  1. 7 4
      client/components/main/layouts.jade

+ 7 - 4
client/components/main/layouts.jade

@@ -37,10 +37,13 @@ template(name="userFormsLayout")
       else
         img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto")
         br
-      if currentSetting.textBelowCustomLoginLogo
-        +viewer
-          | {{currentSetting.textBelowCustomLoginLogo}}
-        br
+  if currentSetting.textBelowCustomLoginLogo
+    hr
+    section.textBelowCustomLoginLogo
+      +viewer
+        | {{currentSetting.textBelowCustomLoginLogo}}
+    hr
+  section.auth-layout
     section.auth-dialog
       if isLoading
         +loader