Make sure this still works in other apps.

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj 2017-08-02 15:57:53 +02:00
parent f53db38c03
commit 717a44f161
1 changed files with 4 additions and 4 deletions

View File

@ -137,18 +137,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;
}
}