diff options
Diffstat (limited to 'client/src/admin/scss/_topBar.scss')
-rw-r--r-- | client/src/admin/scss/_topBar.scss | 9 |
1 files changed, 5 insertions, 4 deletions
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; |