From f86f0fabdfd05d6dba8d9a8d3d0f0d6680bf71ff Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Thu, 15 Dec 2016 09:14:21 +0100 Subject: [PATCH] Fix left navigation layout --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index a5567b5..1d61ff3 100644 --- a/css/style.css +++ b/css/style.css @@ -25,6 +25,8 @@ width: 100%; border-top: 1px solid #eee; box-sizing: border-box; + display: flex; + align-items: center; } #app-mailbox-peers li:hover > a,