From: Marin Treselj Date: Wed, 2 Aug 2017 13:57:53 +0000 (+0200) Subject: Make sure this still works in other apps. X-Git-Tag: v12.0.3RC1~70^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=83616aea4fde7ef46c9f34e6ec772ebd3945ea80;p=nextcloud-server.git Make sure this still works in other apps. Signed-off-by: Marin Treselj --- diff --git a/core/css/header.scss b/core/css/header.scss index e530763b41f..7aa6332c2c6 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -141,18 +141,18 @@ vertical-align: middle; } - .header-left, - .header-right { + #header-left, .header-left, + #header-right, .header-right { display: inline-flex; align-items: center; } - .header-left { + #header-left, .header-left { flex: 0 0; flex-grow: 1; } - .header-right { + #header-right, .header-right { justify-content: flex-end; } }