From: Svante Date: Sat, 23 Dec 2017 13:43:01 +0000 (+0100) Subject: Revert "optimise footer space and layout" X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/commitdiff_plain/1e8d02c5316a2a5161fd91fd5f4b64c612fc9bb7?ds=sidebyside;hp=562659c20e4459db17a7eb9403915d636a3f3425 Revert "optimise footer space and layout" This reverts commit 562659c20e4459db17a7eb9403915d636a3f3425. --- diff --git a/config.yml b/config.yml index 8080600db..773c82ede 100644 --- a/config.yml +++ b/config.yml @@ -5,7 +5,7 @@ DESCRIPTION: "freenode.net - Supporting Free and Open Source Software Communitie GITHUB_URL: "https://github.com/freenode/web-7.0" SOCIAL: - name: Google+ - icon: google-plus-official + icon: google-plus link: 'https://google.com/+freenode' - name: Twitter icon: twitter diff --git a/static/css/style.css b/static/css/style.css index e9fcb4e2f..576f786aa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -590,7 +590,7 @@ blockquote { .footerchild { margin: 0 2em; margin-top: .5em; - flex-grow: 0; + flex-grow: 1; flex-shrink: 0; } @@ -681,20 +681,21 @@ footer a:hover { footer.copyright { display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: space-between; background: var(--copyright-bg); min-height: 1.5rem; color: var(--copyright-text-color); - padding: .1em; + padding-left: .5em; + padding-right: .5em; overflow: hidden; } footer.copyright div { + display: flex; align-items: center; height: 1.6rem; line-height: 1.6rem; vertical-align: top; - margin-right: 6px; } .copyright * { diff --git a/templates/footer.html b/templates/footer.html index d9905b1e5..3de6f1401 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -24,17 +24,37 @@ {% endfor %} +
+
+ +