From 88c2fa63eb8c3ade93914f77d427219b3233ca02 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Sat, 28 Nov 2020 00:49:09 +0100 Subject: adding missing styles --- client/src/admin/scss/_topBar.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client/src/admin/scss/_topBar.scss') diff --git a/client/src/admin/scss/_topBar.scss b/client/src/admin/scss/_topBar.scss index af9fcd6..3fe5006 100644 --- a/client/src/admin/scss/_topBar.scss +++ b/client/src/admin/scss/_topBar.scss @@ -5,10 +5,10 @@ } .top-bar { - flex-grow: 0; - display: flex; - justify-content: end; - padding: 1em; + width: 100%; + text-align: right; + white-space: nowrap; + padding-bottom: 1em; &__fog { @@ -22,6 +22,7 @@ .user { position: relative; + display: inline-block; &__list { position: absolute; -- cgit v1.2.3