diff options
author | 2020-11-28 00:49:09 +0100 | |
---|---|---|
committer | 2020-11-28 00:49:09 +0100 | |
commit | 88c2fa63eb8c3ade93914f77d427219b3233ca02 (patch) | |
tree | 7f9cf80e9146ac92af8b3344b416f21da04acece /client/src/admin/scss/_topBar.scss | |
parent | 5bc2917e78c133cd8966a65aa200588eb6d7c0d6 (diff) | |
download | website_creator-88c2fa63eb8c3ade93914f77d427219b3233ca02.tar.gz website_creator-88c2fa63eb8c3ade93914f77d427219b3233ca02.tar.bz2 website_creator-88c2fa63eb8c3ade93914f77d427219b3233ca02.zip |
adding missing styles
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; |