From 6a859a5c00ad62043c51cb69d779049a2336439e Mon Sep 17 00:00:00 2001 From: Hangzhi Yu <hangzhi@protonmail.com> Date: Tue, 3 May 2022 19:07:28 +0200 Subject: [PATCH] Yield space to logo dynamically --- CHANGELOG.rst | 1 + aleksis/core/static/public/style.scss | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2a9e2cfa..dba9c6214 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,6 +26,7 @@ Fixed * Due to a merge error, the once removed account menu in the sidenav appeared again. * Scheduled notifications were shown on dashboard before time. * Remove broken notifications menu item in favor of item next to account menu. +* The items in the sidenav did not yield to custom icons. Changed ~~~~~~~ diff --git a/aleksis/core/static/public/style.scss b/aleksis/core/static/public/style.scss index 5a35561c3..b6b4ce783 100644 --- a/aleksis/core/static/public/style.scss +++ b/aleksis/core/static/public/style.scss @@ -115,17 +115,15 @@ main { /* SIDENAV */ /***********/ -ul.sidenav.sidenav-fixed li.logo { - margin-top: 32px; - margin-bottom: 50px; -} - ul.sidenav.sidenav-fixed .brand-logo { margin: 0; + height: 100%; } .logo img { - width: 250px; + width: 268px; + margin-block: 1em; + vertical-align: middle; } .sidenav a:not(.collapsible-header) { -- GitLab