From bfa50a4444a9542e8c7d47def2b330d21dd6323b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 16 Jan 2017 20:30:38 +0100 Subject: more cleanup Signed-off-by: Christoph Wurst --- core/css/header.scss | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'core') 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; -- cgit v1.2.3