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 committed by Morris Jobke
parent eaa00ea2c8
commit 83616aea4f
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}