From f684776eaad1159b0433660db5e05e86d513c014 Mon Sep 17 00:00:00 2001 From: teddit Date: Wed, 20 Jan 2021 16:43:02 +0100 Subject: [PATCH] add logo to topbar, fix #124 --- static/css/styles.css | 5 +++++ views/includes/topbar.pug | 1 + 2 files changed, 6 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index 59021dd..f27b254 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -82,6 +82,11 @@ nav .nav-item.left a { font-size: 15px; font-weight: initial; } +nav .nav-item.left img { + width: 20px; + vertical-align: bottom; + margin: 0px 7px 0px 0px; +} nav .nav-item.left a:hover nav .nav-item.left a:focus { color: white; diff --git a/views/includes/topbar.pug b/views/includes/topbar.pug index 38f2ca9..3650055 100644 --- a/views/includes/topbar.pug +++ b/views/includes/topbar.pug @@ -1,6 +1,7 @@ div#topbar nav .nav-item.left + img(src="/favicon.png", alt="") a(href="/") teddit .settings .icon-container