瀏覽代碼

Fix positioning of the public page footer

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v26.0.0beta1
Julius Härtl 1 年之前
父節點
當前提交
0c6c535f50
沒有連結到貢獻者的電子郵件帳戶。
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      core/css/public.css
  2. 1
    1
      core/css/public.scss
  3. 1
    1
      core/css/server.css

+ 1
- 1
core/css/public.css 查看文件

@@ -49,7 +49,7 @@
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

+ 1
- 1
core/css/public.scss 查看文件

@@ -69,7 +69,7 @@ $footer-height: 65px;

/* public footer */
footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

+ 1
- 1
core/css/server.css 查看文件

@@ -4998,7 +4998,7 @@ kbd {
text-align: center;
}
#body-public footer {
position: sticky !important;
position: fixed;
display: flex;
align-items: center;
justify-content: center;

Loading…
取消
儲存