diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 2e6ea7687..cbe9fd60d 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -99,8 +99,9 @@ {% block mainmenu_left %} - + {% endblock %} diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index d614fec97..1648fa626 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -78,6 +78,7 @@ body { } .navbar-brand { + height: 53px; margin-right: -30px; }