Make sure this still works in other apps.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
parent
eaa00ea2c8
commit
83616aea4f
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue