diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 8ecdfaa1a9c..a46326e6a44 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -108,7 +108,8 @@ #header-left, #header-right { - display: flex; + display: inline-flex; + align-items: center; } #header-left { @@ -117,7 +118,6 @@ } #header-right { - display: flex; justify-content: flex-end; } } @@ -305,18 +305,6 @@ /* USER MENU -----------------------------------------------------------------*/ -/* info part on the right, used e.g. for info on who shared something */ -.header-right { - position: absolute; - right: 0; - padding: 7px 5px; - color: #fff; - height: 100%; - max-width: 80%; - white-space: nowrap; - box-sizing: border-box; -} - #settings { display: inline-block; color: #ddd; |