(css) Improve display of advanced mail search

This commit is contained in:
Francis Lachapelle
2018-06-28 11:03:03 -04:00
parent c4109a0f9c
commit 1e18b36c5a
@@ -71,6 +71,7 @@ header {
justify-content: space-between;
display: flex;
}
hgroup {
align-items: center;
&h3 {
@@ -78,6 +79,11 @@ hgroup {
}
}
.sg-toolbar-auto {
height: auto;
max-height: inherit;
}
.sg-toolbar-group {
display: flex;
flex-direction: row;