From 3aa5c5154a3f80e23f0c8b8078cd93bd5a39a83d Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 20 Dec 2024 01:23:31 -0500 Subject: [PATCH] Style the footer --- forgejo/gitea/templates/base/head.tmpl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/forgejo/gitea/templates/base/head.tmpl b/forgejo/gitea/templates/base/head.tmpl index b1198ca..743dacd 100644 --- a/forgejo/gitea/templates/base/head.tmpl +++ b/forgejo/gitea/templates/base/head.tmpl @@ -322,4 +322,28 @@ header .header-content .header-row-bottom div a:hover { header .header-content .header-row-bottom div a svg { width: 18px !important; } +@media (max-width: 800px) { + .page-footer { + margin-bottom: 86px; + border: none !important; + border-radius: 6px; + padding-bottom: 92px; + } +} +.page-footer { + border-radius: 6px !important; + max-width: 1200px !important; + margin: auto; + margin-bottom: auto; + width: 100%; + border: none; + margin-bottom: 6px; + background: transparent; + padding: 6px 0px; +} +.page-footer .right-links > a { + border: none; + margin-left: 12px; +} +