From f54d1885b52d32541fd0c407818bf5aabe9ded7d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 5 Dec 2022 19:32:35 -0700 Subject: Style footer links in medium width --- static/css/style.css | 17 ++++++++++++++++- templates/base.html | 8 ++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 34b00a2..7b62b5b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1048,7 +1048,18 @@ table.metadata td.name { } footer { - display: none; + position: absolute; + bottom: 0; + right: 0; + width: 250px; + margin: 0; + padding: 5px; + text-align: right; + } + + footer a { + display: block; + border: 0; } header .logo { @@ -1094,6 +1105,10 @@ table.metadata td.name { .right-column .compose { display: none; } + + footer { + display: none; + } } /* Copy to clipboard action */ diff --git a/templates/base.html b/templates/base.html index b30e38f..ac79b24 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,10 +76,10 @@ -- cgit v1.2.3