From a3e554fec647546b02a546ad6803c60d8b75268d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 5 Dec 2018 22:51:18 +0300 Subject: [PATCH] fix --- src/App.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/App.scss b/src/App.scss index 3e0c4cb5bd..23f049b856 100644 --- a/src/App.scss +++ b/src/App.scss @@ -220,7 +220,7 @@ i[class*=icon-] { } &.right { - justify-content: right; + justify-content: flex-end; padding-right: 20px; } } @@ -461,9 +461,6 @@ nav { .back-button { display: none; } - .site-name { - padding-left: 20px; - } } .sidebar-bounds {